Home
last modified time | relevance | path

Searched refs:first_ptr (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_btree_staging.c808 union xfs_btree_ptr first_ptr; in xfs_btree_bload() local
843 xfs_btree_copy_ptrs(cur, &first_ptr, &ptr, 1); in xfs_btree_bload()
847 xfs_btree_copy_ptrs(cur, &child_ptr, &first_ptr, 1); in xfs_btree_bload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2032 T* const first_ptr = boost::movelib::to_raw_pointer(vector_iterator_get_ptr(first)); in erase() local
2034 …nst ptr = boost::movelib::to_raw_pointer(boost::container::move(last_ptr, old_end_ptr, first_ptr)); in erase()
2835 T* const first_ptr = begin_ptr + first_pos; in priv_insert_ordered_at_shift_range() local
2842 boost::container::move_backward(first_ptr, last_ptr, last_ptr + shift_count); in priv_insert_ordered_at_shift_range()
2848 (this->m_holder.alloc(), first_ptr, last_ptr, first_ptr + shift_count); in priv_insert_ordered_at_shift_range()
2858 boost::container::move_backward(first_ptr, boundary_ptr, limit_ptr); in priv_insert_ordered_at_shift_range()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demupcm.c825 epcm->first_ptr = 1; in snd_emu10k1_capture_trigger()
947 if (epcm->first_ptr) { in snd_emu10k1_capture_pointer()
949 epcm->first_ptr = 0; in snd_emu10k1_capture_pointer()
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h1515 unsigned short first_ptr; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c21656 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type)
21668 if (first_ptr) {
21669 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type);
22167 dhd_ring_lock(void *_ring, void *first_ptr, void *last_ptr)
22179 __dhd_fixed_ring_lock(&ring->fixed, first_ptr, last_ptr, ring->type);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c21811 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type)
21823 if (first_ptr) {
21824 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type);
22322 dhd_ring_lock(void *_ring, void *first_ptr, void *last_ptr)
22334 __dhd_fixed_ring_lock(&ring->fixed, first_ptr, last_ptr, ring->type);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c21721 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type)
21733 if (first_ptr) {
21734 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type);
22232 dhd_ring_lock(void *_ring, void *first_ptr, void *last_ptr)
22244 __dhd_fixed_ring_lock(&ring->fixed, first_ptr, last_ptr, ring->type);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c29107 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type)
29119 if (first_ptr) {
29120 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type);
29618 dhd_ring_lock(void *_ring, void *first_ptr, void *last_ptr)
29630 __dhd_fixed_ring_lock(&ring->fixed, first_ptr, last_ptr, ring->type);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c28988 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type)
29000 if (first_ptr) {
29001 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type);
29499 dhd_ring_lock(void *_ring, void *first_ptr, void *last_ptr)
29511 __dhd_fixed_ring_lock(&ring->fixed, first_ptr, last_ptr, ring->type);