Searched refs:avail (Results 1 - 8 of 8) sorted by relevance

/include/linux/
H A Dvirtio_ring.h47 /* The Guest uses this in avail->flags to advise the Host: don't interrupt me
56 * at the end of the avail ring. Host should ignore the avail->flags field. */
57 /* The Host publishes the avail index for which it expects a kick
98 struct vring_avail *avail; member in struct:vring
129 #define vring_used_event(vr) ((vr)->avail->ring[(vr)->num])
137 vr->avail = p + num*sizeof(struct vring_desc);
138 vr->used = (void *)(((unsigned long)&vr->avail->ring[num] + sizeof(__u16)
H A Dgenalloc.h46 atomic_t avail; member in struct:gen_pool_chunk
H A Ddmar.h97 avail : 4, member in struct:irte::__anon304::__anon305
H A Dioport.h150 extern void arch_remove_reservations(struct resource *avail);
/include/sound/
H A Dcompress_offload.h76 * struct snd_compr_avail: avail descriptor
77 * @avail: Number of bytes available in ring buffer for writing/reading
81 __u64 avail; member in struct:snd_compr_avail
132 * SNDRV_COMPRESS_AVAIL: get the current buffer avail value.
H A Dpcm.h623 snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_ptr; local
624 if (avail < 0)
625 avail += runtime->boundary;
626 else if ((snd_pcm_uframes_t) avail >= runtime->boundary)
627 avail -= runtime->boundary;
628 return avail;
636 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; local
637 if (avail < 0)
638 avail += runtime->boundary;
639 return avail;
[all...]
H A Drawmidi.h75 size_t avail_min; /* min avail for wakeup */
76 size_t avail; /* max used buffer for wakeup */ member in struct:snd_rawmidi_runtime
H A Dasound.h383 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
386 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
407 snd_pcm_uframes_t avail; /* number of frames available */ member in struct:snd_pcm_status
530 size_t avail_min; /* minimum avail bytes for wakeup */
538 size_t avail; /* available bytes */ member in struct:snd_rawmidi_status

Completed in 233 milliseconds