Searched refs:unlimited_pending (Results 1 – 2 of 2) sorted by relevance
591 OSAL_LIST_INIT(&p_spq->unlimited_pending); in ecore_spq_setup()745 p_ent->queue = &p_spq->unlimited_pending; in ecore_spq_get_entry()796 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_add_entry()800 &p_spq->unlimited_pending); in ecore_spq_add_entry()905 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()908 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()917 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post()985 p_ent->queue == &p_spq->unlimited_pending); in ecore_spq_post()987 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_post()1102 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
178 osal_list_t unlimited_pending; member