Searched refs:max_todo (Results 1 – 1 of 1) sorted by relevance
262 size_t todo, max_todo; in sndio_get_buffer_in() local268 max_todo = *size; in sndio_get_buffer_in()271 if (todo > max_todo) { in sndio_get_buffer_in()272 todo = max_todo; in sndio_get_buffer_in()