Searched refs:CALLOUT_LOCAL_ALLOC (Results 1 – 3 of 3) sorted by relevance
292 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()
43 #define CALLOUT_LOCAL_ALLOC 0x0001 /* was allocated from callfree */ macro
45 #define CALLOUT_LOCAL_ALLOC 0x0001 /* was allocated from callfree */ macro