Searched refs:to_wait (Results 1 – 1 of 1) sorted by relevance
55 size_t to_wait, int to_flush) in iio_buffer_ready() argument66 to_wait = min_t(size_t, to_wait, 1); in iio_buffer_ready()72 if (avail >= to_wait) { in iio_buffer_ready()74 if (!to_wait && !avail && to_flush) in iio_buffer_ready()81 to_wait - avail); in iio_buffer_ready()85 if (avail + flushed >= to_wait) in iio_buffer_ready()103 size_t to_wait = 0; in iio_buffer_read_first_n_outer() local125 to_wait = to_read; in iio_buffer_read_first_n_outer()129 iio_buffer_ready(indio_dev, rb, to_wait, to_read)); in iio_buffer_read_first_n_outer()