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,
1758 q->queued_count++; in vb2_core_qbuf()1785 q->queued_count >= q->min_buffers_needed) { in vb2_core_qbuf()1794 q->queued_count--; in vb2_core_qbuf()1989 q->queued_count--; in vb2_core_dqbuf()2048 q->queued_count = 0; in __vb2_queue_cancel()2144 if (q->queued_count >= q->min_buffers_needed) { in vb2_core_streamon()2544 if (q->is_output && q->fileio && q->queued_count < q->num_buffers) in vb2_core_poll()
614 unsigned int queued_count; member