Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h394 taskqid_t spa_deadman_tqid; /* Task id */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c1330 taskq_cancel_id(system_delay_taskq, spa->spa_deadman_tqid); in spa_deactivate()
9122 taskq_cancel_id(system_delay_taskq, spa->spa_deadman_tqid);
9123 spa->spa_deadman_tqid = taskq_dispatch_delay(system_delay_taskq,
9179 taskq_cancel_id(system_delay_taskq, spa->spa_deadman_tqid);
9180 spa->spa_deadman_tqid = 0;
H A Dspa_misc.c614 spa->spa_deadman_tqid = taskq_dispatch_delay(system_delay_taskq, in spa_deadman()