Home
last modified time | relevance | path

Searched refs:tq_lowest_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c448 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()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h95 taskqid_t tq_lowest_id; /* lowest pend/work id */ member
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c582 return (tq->tq_lowest_id == tq->tq_next_id); in EMPTY_TASKQ()