Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c208 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
224 * The softclock_call_cc() function sets this to 0 before it
490 softclock_call_cc(c, cc, in callout_process()
625 softclock_call_cc(struct callout *c, struct callout_cpu *cc, in softclock_call_cc() function
654 ("softclock_call_cc: pend %p %x", c, c->c_iflags)); in softclock_call_cc()
656 ("softclock_call_cc: act %p %x", c, c->c_flags)); in softclock_call_cc()
861 softclock_call_cc(c, cc, in softclock_thread()
1038 * the migration will occur in softclock_call_cc in callout_reset_sbt_on()
1043 * (see above in softclock_call_cc()). in callout_reset_sbt_on()