Searched refs:OSAL_LIST_IS_EMPTY (Results 1 – 5 of 5) sorted by relevance
696 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_get_entry()756 if (OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) { in ecore_spq_add_entry()833 !OSAL_LIST_IS_EMPTY(head)) { in ecore_spq_post_list()862 while (!OSAL_LIST_IS_EMPTY(&p_spq->free_pool)) in ecore_spq_pend_post()864 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()
401 #define OSAL_LIST_IS_EMPTY(_head_) \ macro
130 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->p_ptt_pool->free_list)) { in ecore_ptt_acquire()
173 #define QEDE_LIST_EMPTY OSAL_LIST_IS_EMPTY
238 - bool OSAL_LIST_IS_EMPTY(osal_list_t*)