Searched refs:wq_idx (Results 1 – 2 of 2) sorted by relevance
270 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size() argument272 if (wq_idx < 0 || wq_idx >= thread->work_queue_num) { in osi_thread_queue_wait_size()276 return fixed_queue_length(thread->work_queues[wq_idx]); in osi_thread_queue_wait_size()
89 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);