| /include/uapi/linux/ |
| D | virtio_ring.h | 163 vring_avail_t *avail; member 196 #define vring_used_event(vr) ((vr)->avail->ring[(vr)->num]) 204 vr->avail = (struct vring_avail *)((char *)p + num * sizeof(struct vring_desc)); in vring_init() 205 vr->used = (void *)(((uintptr_t)&vr->avail->ring[num] + sizeof(__virtio16) in vring_init()
|
| D | vfio.h | 1550 __u32 avail; member
|
| /include/linux/ |
| D | fortify-string.h | 20 # define fortify_panic(func, write, avail, size, retfail) \ argument 21 __fortify_panic(FORTIFY_REASON(func, write), avail, size) 55 void __fortify_report(const u8 reason, const size_t avail, const size_t size); 56 void __fortify_panic(const u8 reason, const size_t avail, const size_t size) __cold __noreturn; 59 void __read_overflow2_field(size_t avail, size_t wanted) __compiletime_warning("detected read beyon… 61 void __write_overflow_field(size_t avail, size_t wanted) __compiletime_warning("detected write beyo… 333 extern size_t __real_strlcat(char *p, const char *q, size_t avail) __RENAME(strlcat); 359 size_t strlcat(char * const POS p, const char * const POS q, size_t avail) in strlcat() argument 368 return __real_strlcat(p, q, avail); in strlcat() 370 p_len = strnlen(p, avail); in strlcat() [all …]
|
| D | vringh.h | 129 vring_avail_t __user *avail, 191 struct vring_avail *avail, 300 struct vring_avail *avail, 306 struct vring_avail *avail,
|
| D | dmar.h | 210 avail : 4, /* 8 - 11 */ member 278 dst->avail = src->avail; in dmar_copy_shared_irte()
|
| D | genalloc.h | 74 atomic_long_t avail; member
|
| D | counter.h | 529 const struct counter_available *avail; member 548 .avail = &(_available), \
|
| D | remoteproc.h | 396 int offset, int avail);
|
| D | netfs.h | 149 bool avail; /* T if stream is available */ member
|
| D | ioport.h | 248 extern void arch_remove_reservations(struct resource *avail);
|
| /include/sound/ |
| D | pcm.h | 838 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail() local 839 if (avail < 0) in snd_pcm_playback_avail() 840 avail += runtime->boundary; in snd_pcm_playback_avail() 841 else if ((snd_pcm_uframes_t) avail >= runtime->boundary) in snd_pcm_playback_avail() 842 avail -= runtime->boundary; in snd_pcm_playback_avail() 843 return avail; in snd_pcm_playback_avail() 856 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail() local 857 if (avail < 0) in snd_pcm_capture_avail() 858 avail += runtime->boundary; in snd_pcm_capture_avail() 859 return avail; in snd_pcm_capture_avail() [all …]
|
| D | rawmidi.h | 67 size_t avail; /* max used buffer for wakeup */ member
|
| /include/uapi/sound/ |
| D | compress_offload.h | 65 __u64 avail; member
|
| D | asound.h | 489 snd_pcm_uframes_t avail; /* number of frames available */ member 785 size_t avail; /* available bytes */ member
|
| /include/drm/ |
| D | drm_buddy.h | 92 u64 avail; member
|
| /include/linux/sunrpc/ |
| D | svc_rdma.h | 306 extern void svc_rdma_wake_send_waiters(struct svcxprt_rdma *rdma, int avail);
|
| /include/trace/events/ |
| D | netfs.h | 685 unsigned long long start, size_t avail, size_t part), 687 TP_ARGS(subreq, start, avail, part), 706 __entry->f_avail = avail;
|
| D | rpcrdma.h | 2209 __field(int, avail) 2216 __entry->avail = atomic_read(&rdma->sc_sq_avail); 2222 __entry->avail, __entry->depth 2250 __field(int, avail) 2258 __entry->avail = atomic_read(&rdma->sc_sq_avail); 2265 __entry->avail, __entry->depth, __entry->status
|
| /include/net/ |
| D | tcp.h | 1630 int avail = READ_ONCE(tp->rcv_nxt) - READ_ONCE(tp->copied_seq); in tcp_epollin_ready() local 1632 if (avail <= 0) in tcp_epollin_ready() 1635 return (avail >= target) || tcp_rmem_pressure(sk) || in tcp_epollin_ready()
|
| D | ip_vs.h | 456 DECLARE_BITMAP(avail, IPVS_EST_NTICKS); /* tick has space for ests */
|