Searched refs:last_ptr (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/isa/sb/
H A Demu8000_pcm.c51 int last_ptr; member in struct:snd_emu8k_pcm
191 if (ptr < rec->last_ptr)
192 delta = ptr + rec->buf_size - rec->last_ptr;
194 delta = ptr - rec->last_ptr;
196 rec->last_ptr = ptr;
569 rec->last_ptr = 0;
/linux-master/fs/btrfs/
H A Dextent-tree.c3691 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; local
3696 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc);
3703 offset = btrfs_alloc_from_cluster(cluster_bg, last_ptr,
3708 spin_unlock(&last_ptr->refill_lock);
3714 WARN_ON(last_ptr->block_group != cluster_bg);
3729 spin_unlock(&last_ptr->refill_lock);
3735 btrfs_return_cluster_to_free_space(NULL, last_ptr);
3742 spin_unlock(&last_ptr->refill_lock);
3749 ret = btrfs_find_space_cluster(bg, last_ptr, ffe_ct
3781 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; local
4067 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; local
4302 struct btrfs_free_cluster *last_ptr = ffe_ctl->last_ptr; local
[all...]
H A Dextent-tree.h41 struct btrfs_free_cluster *last_ptr; member in struct:find_free_extent_ctl
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c596 int ibi_addr, last_ptr; local
610 last_ptr = -1;
639 last_ptr = ptr;
646 if (last_ptr == -1) {
651 deq_ptr = last_ptr + 1;
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-v3.c381 gpa_t last_ptr = ~(gpa_t)0; local
417 if (ptr != last_ptr) {
421 last_ptr = ptr;
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c1779 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; local
1792 prev_ptr = last_ptr;
1793 last_ptr = le64_to_cpu(sts_ptr[j]);
1802 if (last_ptr == 0)
1813 tx_slot = (last_ptr - (u64)priv->omsg_ring[ch].omd_phys)/

Completed in 217 milliseconds