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,
1935 q->queued_count++; in vb2_core_qbuf()1962 q->queued_count >= q->min_queued_buffers) { in vb2_core_qbuf()1971 q->queued_count--; in vb2_core_qbuf()2166 q->queued_count--; in vb2_core_dqbuf()2234 q->queued_count = 0; in __vb2_queue_cancel()2340 if (q->queued_count >= q->min_queued_buffers) { in vb2_core_streamon()2749 if (q->is_output && q->fileio && q->queued_count < vb2_get_num_buffers(q)) in vb2_core_poll()
654 unsigned int queued_count; member
Completed in 12 milliseconds