Home
last modified time | relevance | path

Searched refs:CALLOUT_LOCAL_ALLOC (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c292 c->c_iflags = CALLOUT_LOCAL_ALLOC; in callout_cpu_init()
376 if ((c->c_iflags & CALLOUT_LOCAL_ALLOC) == 0) in callout_cc_del()
419 if (c->c_iflags & CALLOUT_LOCAL_ALLOC) in softclock_call_cc()
420 c->c_iflags = CALLOUT_LOCAL_ALLOC; in softclock_call_cc()
522 KASSERT((c_iflags & CALLOUT_LOCAL_ALLOC) == 0, in softclock_call_cc()
534 KASSERT((c_iflags & CALLOUT_LOCAL_ALLOC) == 0 || in softclock_call_cc()
535 c->c_iflags == CALLOUT_LOCAL_ALLOC, in softclock_call_cc()
537 if (c_iflags & CALLOUT_LOCAL_ALLOC) in softclock_call_cc()
727 if ((c->c_iflags & CALLOUT_LOCAL_ALLOC) || in callout_reset_tick_on()
/f-stack/tools/compat/include/sys/
H A Dcallout.h43 #define CALLOUT_LOCAL_ALLOC 0x0001 /* was allocated from callfree */ macro
/f-stack/freebsd/sys/
H A Dcallout.h45 #define CALLOUT_LOCAL_ALLOC 0x0001 /* was allocated from callfree */ macro