Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dcallout.h53 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/freebsd-12-stable/sys/kern/
Dkern_timeout.c496 if (tmp->c_iflags & CALLOUT_DIRECT) { in callout_process()
606 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
1208 if (c->c_iflags & CALLOUT_DIRECT) {