Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_timeout.c196 DPCPU_DEFINE_STATIC(struct callout_cpu, cc_cpu);
198 #define CC_CPU(cpu) DPCPU_ID_PTR(cpu, cc_cpu)
201 static struct callout_cpu cc_cpu; variable
202 #define CC_CPU(cpu) (&cc_cpu)
203 #define CC_SELF() (&cc_cpu)