Lines Matching refs:callout_cpu

162 struct callout_cpu {  struct
192 DPCPU_DEFINE_STATIC(struct callout_cpu, cc_cpu); argument
197 static struct callout_cpu cc_cpu;
207 static void callout_cpu_init(struct callout_cpu *cc, int cpu);
208 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
237 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
256 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
273 struct callout_cpu *cc; in callout_callwheel_init()
314 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
340 static struct callout_cpu *
341 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch()
343 struct callout_cpu *new_cc; in callout_cpu_switch()
372 struct callout_cpu *cc; in start_softclock()
427 struct callout_cpu *cc; in callout_process()
432 struct callout_cpu *cc; in callout_process()
560 static struct callout_cpu *
563 struct callout_cpu *cc; in callout_lock()
585 callout_cc_add(struct callout *c, struct callout_cpu *cc, in callout_cc_add()
625 softclock_call_cc(struct callout *c, struct callout_cpu *cc, in softclock_call_cc()
639 struct callout_cpu *new_cc; in softclock_call_cc()
833 struct callout_cpu *cc; in softclock_thread()
839 cc = (struct callout_cpu *)arg; in softclock_thread()
943 struct callout_cpu *cc; in callout_reset_sbt_on()
1090 struct callout_cpu *cc, *old_cc; in _callout_stop_safe()
1386 struct callout_cpu *cc; in sysctl_kern_callout_stat()
1510 struct callout_cpu *cc; in _show_last_callout()