| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent-tree.c | 3490 struct btrfs_free_cluster *last_ptr; member 3549 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_clustered() local 3554 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered() 3561 offset = btrfs_alloc_from_cluster(cluster_bg, last_ptr, in find_free_extent_clustered() 3566 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered() 3573 WARN_ON(last_ptr->block_group != cluster_bg); in find_free_extent_clustered() 3588 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered() 3594 btrfs_return_cluster_to_free_space(NULL, last_ptr); in find_free_extent_clustered() 3601 spin_unlock(&last_ptr->refill_lock); in find_free_extent_clustered() 3608 ret = btrfs_find_space_cluster(bg, last_ptr, ffe_ctl->search_start, in find_free_extent_clustered() [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | emu8000_pcm.c | 51 int last_ptr; member 191 if (ptr < rec->last_ptr) in emu8k_pcm_timer_func() 192 delta = ptr + rec->buf_size - rec->last_ptr; in emu8k_pcm_timer_func() 194 delta = ptr - rec->last_ptr; in emu8k_pcm_timer_func() 196 rec->last_ptr = ptr; in emu8k_pcm_timer_func() 610 rec->last_ptr = 0; in emu8k_pcm_prepare()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic-v3.c | 367 gpa_t last_ptr = ~(gpa_t)0; in vgic_v3_save_pending_tables() local 387 if (ptr != last_ptr) { in vgic_v3_save_pending_tables() 391 last_ptr = ptr; in vgic_v3_save_pending_tables()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 2033 T* const last_ptr = boost::movelib::to_raw_pointer(vector_iterator_get_ptr(last)); in erase() local 2034 …T* const ptr = boost::movelib::to_raw_pointer(boost::container::move(last_ptr, old_end_ptr, first_… in erase() 2836 T* const last_ptr = begin_ptr + last_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() 2856 …st::container::uninitialized_move_alloc(this->m_holder.alloc(), boundary_ptr, last_ptr, limit_ptr); in priv_insert_ordered_at_shift_range()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A D | tsi721.c | 1752 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local 1765 prev_ptr = last_ptr; in tsi721_omsg_handler() 1766 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler() 1775 if (last_ptr == 0) in tsi721_omsg_handler() 1786 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 2237 unsigned int last_ptr, size; 2239 last_ptr = get_hw_ptr(chip); 2243 if (last_ptr < chip->last_ptr) 2244 size = runtime->buffer_size + last_ptr 2245 - chip->last_ptr; 2247 size = last_ptr - chip->last_ptr; 2249 chip->last_ptr = last_ptr;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 3366 void dhd_ring_lock(void *ring, void *fist_ptr, void *last_ptr);
|
| H A D | dhd_linux.c | 21656 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type) 21677 if (last_ptr) { 21678 last_idx = __dhd_ring_ptr2idx(ring, last_ptr, "LCK LAST", 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/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 3366 void dhd_ring_lock(void *ring, void *fist_ptr, void *last_ptr);
|
| H A D | dhd_linux.c | 21721 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type) 21742 if (last_ptr) { 21743 last_idx = __dhd_ring_ptr2idx(ring, last_ptr, "LCK LAST", 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/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 3371 void dhd_ring_lock(void *ring, void *fist_ptr, void *last_ptr);
|
| H A D | dhd_linux.c | 21811 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type) 21832 if (last_ptr) { 21833 last_idx = __dhd_ring_ptr2idx(ring, last_ptr, "LCK LAST", 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/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd.h | 4384 void dhd_ring_lock(void *ring, void *fist_ptr, void *last_ptr);
|
| H A D | dhd_linux.c | 28988 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type) 29009 if (last_ptr) { 29010 last_idx = __dhd_ring_ptr2idx(ring, last_ptr, "LCK LAST", 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);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd.h | 4379 void dhd_ring_lock(void *ring, void *fist_ptr, void *last_ptr);
|
| H A D | dhd_linux.c | 29107 __dhd_fixed_ring_lock(dhd_fixed_ring_info_t *ring, void *first_ptr, void *last_ptr, uint32 type) 29128 if (last_ptr) { 29129 last_idx = __dhd_ring_ptr2idx(ring, last_ptr, "LCK LAST", 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);
|