Searched refs:osi_thread_queue_wait_size (Results 1 – 4 of 4) sorted by relevance
260 if (osi_thread_queue_wait_size(btu_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in BTU_check_queue_is_congest()270 return osi_thread_queue_wait_size(btu_thread, 0); in get_btu_work_queue_size()
82 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);
480 if (osi_thread_queue_wait_size(btc_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in btc_check_queue_is_congest()489 return osi_thread_queue_wait_size(btc_thread, 0); in get_btc_work_queue_size()
368 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size() function