Lines Matching refs:callout_cpu
143 struct callout_cpu { struct
165 struct callout_cpu cc_cpu; argument
174 static void callout_cpu_init(struct callout_cpu *cc, int cpu);
175 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
204 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
215 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
227 struct callout_cpu *cc; in callout_callwheel_init()
270 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
306 struct callout_cpu *cc; in callout_tick()
333 static struct callout_cpu *
336 struct callout_cpu *cc; in callout_lock()
351 callout_cc_add(struct callout *c, struct callout_cpu *cc, in callout_cc_add()
373 callout_cc_del(struct callout *c, struct callout_cpu *cc) in callout_cc_del()
383 softclock_call_cc(struct callout *c, struct callout_cpu *cc, in softclock_call_cc()
561 struct callout_cpu *cc; in softclock()
568 cc = (struct callout_cpu *)arg; in softclock()
631 struct callout_cpu *cc;
653 struct callout_cpu *cc;
696 struct callout_cpu *cc; in callout_reset_tick_on()
794 struct callout_cpu *cc, *old_cc; in _callout_stop_safe()
1125 struct callout_cpu *cc; in sysctl_kern_callout_stat()