Searched refs:unlimited_pending (Results 1 – 2 of 2) sorted by relevance
588 OSAL_LIST_INIT(&p_spq->unlimited_pending); in ecore_spq_setup()741 p_ent->queue = &p_spq->unlimited_pending; in ecore_spq_get_entry()792 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_add_entry()795 &p_spq->unlimited_pending); in ecore_spq_add_entry()900 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()903 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()912 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post()980 p_ent->queue == &p_spq->unlimited_pending); in ecore_spq_post()982 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_post()1096 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
176 osal_list_t unlimited_pending; member