Searched refs:DT_DRAIN_IN_PROGRESS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_taskqueue.c85 #define DT_DRAIN_IN_PROGRESS (1 << 1) macro
312 if (timeout_task->f & DT_DRAIN_IN_PROGRESS) {
594 KASSERT((timeout_task->f & DT_DRAIN_IN_PROGRESS) == 0,
596 timeout_task->f |= DT_DRAIN_IN_PROGRESS;
606 timeout_task->f &= ~DT_DRAIN_IN_PROGRESS;

Completed in 53 milliseconds