Searched refs:queued_count (Results 1 – 3 of 3) sorted by relevance
17 __field(u32, queued_count)27 __entry->queued_count = q->queued_count;38 __entry->queued_count,
1744 q->queued_count++; in vb2_core_qbuf()1771 q->queued_count >= q->min_buffers_needed) { in vb2_core_qbuf()1780 q->queued_count--; in vb2_core_qbuf()1975 q->queued_count--; in vb2_core_dqbuf()2037 q->queued_count = 0; in __vb2_queue_cancel()2137 if (q->queued_count >= q->min_buffers_needed) { in vb2_core_streamon()2538 if (q->is_output && q->fileio && q->queued_count < q->num_buffers) in vb2_core_poll()
626 unsigned int queued_count; member
Completed in 10 milliseconds