Searched refs:tq_lowest_id (Results 1 – 3 of 3) sorted by relevance
448 rc = (id < tq->tq_lowest_id); in taskq_wait_outstanding_check()476 rc = (tq->tq_lowest_id == tq->tq_next_id); in taskq_wait_check()533 if (tq->tq_lowest_id == t->tqent_id) { in taskq_cancel_id()534 tq->tq_lowest_id = taskq_lowest_id(tq); in taskq_cancel_id()535 ASSERT3S(tq->tq_lowest_id, >, t->tqent_id); in taskq_cancel_id()968 if (tq->tq_lowest_id == tqt->tqt_id) { in taskq_thread()969 tq->tq_lowest_id = taskq_lowest_id(tq); in taskq_thread()970 ASSERT3S(tq->tq_lowest_id, >, tqt->tqt_id); in taskq_thread()1089 tq->tq_lowest_id = TASKQID_INITIAL; in taskq_create()
95 taskqid_t tq_lowest_id; /* lowest pend/work id */ member
582 return (tq->tq_lowest_id == tq->tq_next_id); in EMPTY_TASKQ()