Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcallout.h51 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/f-stack/freebsd/sys/
H A Dcallout.h53 #define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */ macro
/f-stack/freebsd/kern/
H A Dkern_timeout.c471 if (tmp->c_iflags & CALLOUT_DIRECT) { in callout_process()
580 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
1079 if (c->c_iflags & CALLOUT_DIRECT) { in _callout_stop_safe()
/f-stack/lib/
H A Dff_kern_timeout.c363 c->c_iflags |= CALLOUT_DIRECT; in callout_cc_add()
817 if (c->c_iflags & CALLOUT_DIRECT) { in _callout_stop_safe()