Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c165 struct callout_cpu cc_cpu; variable
166 #define CC_CPU(cpu) &cc_cpu
167 #define CC_SELF() &cc_cpu
235 memset(CC_CPU(0), 0, sizeof(cc_cpu)); in callout_callwheel_init()
/f-stack/freebsd/kern/
H A Dkern_timeout.c193 struct callout_cpu cc_cpu[MAXCPU]; variable
195 #define CC_CPU(cpu) (&cc_cpu[(cpu)])
198 struct callout_cpu cc_cpu; variable
199 #define CC_CPU(cpu) &cc_cpu
200 #define CC_SELF() &cc_cpu