Searched refs:iov (Results 1 – 1 of 1) sorted by relevance
2822 static ssize_t snd_pcm_aio_read(struct kiocb *iocb, const struct iovec *iov, in snd_pcm_aio_read() argument2843 if (!frame_aligned(runtime, iov->iov_len)) in snd_pcm_aio_read()2845 frames = bytes_to_samples(runtime, iov->iov_len); in snd_pcm_aio_read()2850 bufs[i] = iov[i].iov_base; in snd_pcm_aio_read()2858 static ssize_t snd_pcm_aio_write(struct kiocb *iocb, const struct iovec *iov, in snd_pcm_aio_write() argument2877 !frame_aligned(runtime, iov->iov_len)) in snd_pcm_aio_write()2879 frames = bytes_to_samples(runtime, iov->iov_len); in snd_pcm_aio_write()2884 bufs[i] = iov[i].iov_base; in snd_pcm_aio_write()