Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c290 if (ent->tqent_type == TIMEOUT_TASK) { in taskq_cancel_id()
342 task->tqent_type = TIMEOUT_TASK; in taskq_dispatch_delay()
378 task->tqent_type = NORMAL_TASK; in taskq_dispatch()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h57 uint8_t tqent_type; member