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()610 rec->last_ptr = 0; in emu8k_pcm_prepare()
3470 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_clustered() local3569 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_unclustered() local3577 if (unlikely(last_ptr)) { in find_free_extent_unclustered()3578 spin_lock(&last_ptr->lock); in find_free_extent_unclustered()3579 last_ptr->fragmented = 1; in find_free_extent_unclustered()3868 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in found_extent_clustered() local3871 spin_lock(&last_ptr->lock); in found_extent_clustered()4106 if (ffe_ctl->last_ptr) { in prepare_allocation_clustered()4107 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in prepare_allocation_clustered() local4110 if (last_ptr->block_group) in prepare_allocation_clustered()[all …]
30 struct btrfs_free_cluster *last_ptr; member
591 int ibi_addr, last_ptr; in hci_dma_process_ibi() local605 last_ptr = -1; in hci_dma_process_ibi()634 last_ptr = ptr; in hci_dma_process_ibi()641 if (last_ptr == -1) { in hci_dma_process_ibi()646 deq_ptr = last_ptr + 1; in hci_dma_process_ibi()
381 gpa_t last_ptr = ~(gpa_t)0; in vgic_v3_save_pending_tables() local416 if (ptr != last_ptr) { in vgic_v3_save_pending_tables()420 last_ptr = ptr; in vgic_v3_save_pending_tables()
1752 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local1765 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()
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_ptr2245 - chip->last_ptr;2247 size = last_ptr - chip->last_ptr;2249 chip->last_ptr = last_ptr;
Completed in 29 milliseconds