Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c192 DPCPU_DEFINE_STATIC(struct callout_cpu, cc_cpu);
194 #define CC_CPU(cpu) DPCPU_ID_PTR(cpu, cc_cpu)
197 static struct callout_cpu cc_cpu; variable
198 #define CC_CPU(cpu) (&cc_cpu)
199 #define CC_SELF() (&cc_cpu)