Home
last modified time | relevance | path

Searched refs:tq_next_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c362 taskqid_t lowest_id = tq->tq_next_id; in taskq_lowest_id()
551 id = id ? id : tq->tq_next_id - 1; in taskq_wait_outstanding()
563 rc = (tq->tq_lowest_id == tq->tq_next_id); in taskq_wait_check()
702 t->tqent_id = rc = tq->tq_next_id; in taskq_dispatch()
703 tq->tq_next_id++; in taskq_dispatch()
758 t->tqent_id = rc = tq->tq_next_id; in taskq_dispatch_delay()
759 tq->tq_next_id++; in taskq_dispatch_delay()
831 t->tqent_id = tq->tq_next_id; in taskq_dispatch_ent()
832 tq->tq_next_id++; in taskq_dispatch_ent()
1368 tq->tq_next_id = TASKQID_INITIAL; in taskq_create()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h126 taskqid_t tq_next_id; /* next pend/work id */ member