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

/freebsd-11-stable/sys/sys/
H A Dcallout.h51 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c491 if (tmp->c_iflags & CALLOUT_DIRECT) {
601 c->c_iflags |= CALLOUT_DIRECT;
1200 if (c->c_iflags & CALLOUT_DIRECT) {

Completed in 166 milliseconds