Home
last modified time | relevance | path

Searched refs:prequeue (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c3200 unsigned prequeue = 0; in vb2_thread() local
3205 prequeue = vb2_get_num_buffers(q); in vb2_thread()
3217 if (prequeue) { in vb2_thread()
3221 prequeue--; in vb2_thread()
/linux/tools/testing/selftests/net/
H A Dtls.c2666 TEST(prequeue) { in TEST() argument