Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_timeout.c145 struct callout_cpu { struct
174 struct callout_cpu cc_cpu[MAXCPU]; argument
179 struct callout_cpu cc_cpu;
189 static void callout_cpu_init(struct callout_cpu *cc, int cpu);
190 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
219 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
238 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
255 struct callout_cpu *cc; in callout_callwheel_init()
292 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
326 static struct callout_cpu *
[all …]