Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c162 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 *
[all …]