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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c174 struct callout_cpu cc_cpu[MAXCPU]; variable in typeref:struct:callout_cpu
176 #define CC_CPU(cpu) (&cc_cpu[(cpu)])
179 struct callout_cpu cc_cpu; variable in typeref:struct:callout_cpu
180 #define CC_CPU(cpu) &cc_cpu
181 #define CC_SELF() &cc_cpu
263 memset(CC_CPU(0), 0, sizeof(cc_cpu));

Completed in 83 milliseconds