Searched refs:unlimited_pending (Results 1 – 2 of 2) sorted by relevance
524 OSAL_LIST_INIT(&p_spq->unlimited_pending); in ecore_spq_setup()675 p_ent->queue = &p_spq->unlimited_pending; in ecore_spq_get_entry()725 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_add_entry()728 &p_spq->unlimited_pending); in ecore_spq_add_entry()832 if (OSAL_LIST_IS_EMPTY(&p_spq->unlimited_pending)) in ecore_spq_pend_post()835 p_ent = OSAL_LIST_FIRST_ENTRY(&p_spq->unlimited_pending, in ecore_spq_pend_post()843 OSAL_LIST_REMOVE_ENTRY(&p_ent->list, &p_spq->unlimited_pending); in ecore_spq_pend_post()912 p_ent->queue == &p_spq->unlimited_pending); in ecore_spq_post()914 if (p_ent->queue == &p_spq->unlimited_pending) { in ecore_spq_post()1028 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
106 osal_list_t unlimited_pending; member