Searched refs:tq_lowest_id (Results 1 – 2 of 2) sorted by relevance
539 rc = (id < tq->tq_lowest_id); in taskq_wait_outstanding_check()567 rc = (tq->tq_lowest_id == tq->tq_next_id); in taskq_wait_check()628 if (tq->tq_lowest_id == t->tqent_id) { in taskq_cancel_id()629 tq->tq_lowest_id = taskq_lowest_id(tq); in taskq_cancel_id()630 ASSERT3S(tq->tq_lowest_id, >, t->tqent_id); in taskq_cancel_id()1104 if (tq->tq_lowest_id == tqt->tqt_id) { in taskq_thread()1105 tq->tq_lowest_id = taskq_lowest_id(tq); in taskq_thread()1106 ASSERT3S(tq->tq_lowest_id, >, tqt->tqt_id); in taskq_thread()1373 tq->tq_lowest_id = TASKQID_INITIAL; in taskq_create()
127 taskqid_t tq_lowest_id; /* lowest pend/work id */ member