Searched refs:last_ptr (Results 1 – 7 of 7) sorted by relevance
51 int last_ptr; member191 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()569 rec->last_ptr = 0; in emu8k_pcm_prepare()
3661 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_clustered() local3751 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_unclustered() local3759 if (unlikely(last_ptr)) { in find_free_extent_unclustered()3760 spin_lock(&last_ptr->lock); in find_free_extent_unclustered()3761 last_ptr->fragmented = 1; in find_free_extent_unclustered()4037 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in found_extent_clustered() local4040 spin_lock(&last_ptr->lock); in found_extent_clustered()4271 if (ffe_ctl->last_ptr) { in prepare_allocation_clustered()4272 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in prepare_allocation_clustered() local4275 if (last_ptr->block_group) in prepare_allocation_clustered()[all …]
41 struct btrfs_free_cluster *last_ptr; member
596 int ibi_addr, last_ptr; in hci_dma_process_ibi() local610 last_ptr = -1; in hci_dma_process_ibi()639 last_ptr = ptr; in hci_dma_process_ibi()646 if (last_ptr == -1) { in hci_dma_process_ibi()651 deq_ptr = last_ptr + 1; in hci_dma_process_ibi()
393 gpa_t last_ptr = ~(gpa_t)0; in vgic_v3_save_pending_tables() local429 if (ptr != last_ptr) { in vgic_v3_save_pending_tables()433 last_ptr = ptr; in vgic_v3_save_pending_tables()
1779 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local1792 prev_ptr = last_ptr; in tsi721_omsg_handler()1793 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler()1802 if (last_ptr == 0) in tsi721_omsg_handler()1813 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/ in tsi721_omsg_handler()
2147 unsigned int last_ptr, size;2149 last_ptr = get_hw_ptr(chip);2153 if (last_ptr < chip->last_ptr)2154 size = runtime->buffer_size + last_ptr2155 - chip->last_ptr;2157 size = last_ptr - chip->last_ptr;2159 chip->last_ptr = last_ptr;
Completed in 30 milliseconds