Searched refs:avail (Results 1 – 14 of 14) sorted by relevance
/include/uapi/linux/ |
D | virtio_ring.h | 157 vring_avail_t *avail; member 190 #define vring_used_event(vr) ((vr)->avail->ring[(vr)->num]) 198 vr->avail = (struct vring_avail *)((char *)p + num * sizeof(struct vring_desc)); in vring_init() 199 vr->used = (void *)(((uintptr_t)&vr->avail->ring[num] + sizeof(__virtio16) in vring_init()
|
D | vfio.h | 1081 __u32 avail; member
|
/include/linux/ |
D | dmar.h | 201 avail : 4, /* 8 - 11 */ member 264 dst->avail = src->avail; in dmar_copy_shared_irte()
|
D | vringh.h | 113 vring_avail_t __user *avail, 175 struct vring_avail *avail, 284 struct vring_avail *avail,
|
D | genalloc.h | 74 atomic_long_t avail; member
|
D | remoteproc.h | 396 int offset, int avail);
|
D | ioport.h | 205 extern void arch_remove_reservations(struct resource *avail);
|
/include/sound/ |
D | pcm.h | 769 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail() local 770 if (avail < 0) in snd_pcm_playback_avail() 771 avail += runtime->boundary; in snd_pcm_playback_avail() 772 else if ((snd_pcm_uframes_t) avail >= runtime->boundary) in snd_pcm_playback_avail() 773 avail -= runtime->boundary; in snd_pcm_playback_avail() 774 return avail; in snd_pcm_playback_avail() 785 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail() local 786 if (avail < 0) in snd_pcm_capture_avail() 787 avail += runtime->boundary; in snd_pcm_capture_avail() 788 return avail; in snd_pcm_capture_avail() [all …]
|
D | rawmidi.h | 62 size_t avail; /* max used buffer for wakeup */ member
|
/include/uapi/sound/ |
D | compress_offload.h | 82 __u64 avail; member
|
D | asound.h | 487 snd_pcm_uframes_t avail; /* number of frames available */ member 781 size_t avail; /* available bytes */ member
|
/include/linux/sunrpc/ |
D | svc_rdma.h | 210 extern void svc_rdma_wake_send_waiters(struct svcxprt_rdma *rdma, int avail);
|
/include/trace/events/ |
D | rpcrdma.h | 1997 __field(int, avail) 2003 __entry->avail = atomic_read(&rdma->sc_sq_avail); 2009 __get_str(addr), __entry->avail, __entry->depth 2032 __field(int, avail) 2039 __entry->avail = atomic_read(&rdma->sc_sq_avail); 2046 __get_str(addr), __entry->avail, __entry->depth,
|
/include/net/ |
D | tcp.h | 1461 int avail = READ_ONCE(tp->rcv_nxt) - READ_ONCE(tp->copied_seq); in tcp_epollin_ready() local 1463 if (avail <= 0) in tcp_epollin_ready() 1466 return (avail >= target) || tcp_rmem_pressure(sk) || in tcp_epollin_ready()
|