Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_timeout.c193 static struct callout_cpu cc_cpu[MAXCPU]; variable
195 #define CC_CPU(cpu) (&cc_cpu[(cpu)])
198 static struct callout_cpu cc_cpu; variable
199 #define CC_CPU(cpu) (&cc_cpu)
200 #define CC_SELF() (&cc_cpu)