Searched refs:last_ptr (Results 1 – 6 of 6) 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()
3553 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_clustered() local3655 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in find_free_extent_unclustered() local3663 if (unlikely(last_ptr)) { in find_free_extent_unclustered()3664 spin_lock(&last_ptr->lock); in find_free_extent_unclustered()3665 last_ptr->fragmented = 1; in find_free_extent_unclustered()3926 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in found_extent_clustered() local3929 spin_lock(&last_ptr->lock); in found_extent_clustered()4113 if (ffe_ctl->last_ptr) { in prepare_allocation_clustered()4114 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; in prepare_allocation_clustered() local4117 if (last_ptr->block_group) in prepare_allocation_clustered()[all …]
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()
383 gpa_t last_ptr = ~(gpa_t)0; in vgic_v3_save_pending_tables() local418 if (ptr != last_ptr) { in vgic_v3_save_pending_tables()422 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 30 milliseconds