Searched refs:pl_queued (Results 1 – 2 of 2) sorted by relevance
121 pq->pq_lists[i].pl_queued = 0; in _pq_init()174 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_head()199 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_tail()232 pql->pl_queued = 0; in _pq_first()267 pq->pq_lists[prio].pl_queued = 1; in pq_insert_prio_list()
205 int pl_queued; /* is this in the priority queue */ member