Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h50 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/freebsd/sys/kern/
H A Dkern_timeout.c483 if (c->c_iflags & CALLOUT_DIRECT) { in callout_process()
599 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
1113 if (c->c_iflags & CALLOUT_DIRECT) { in _callout_stop_safe()