Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c195 #define CC_CPU(cpu) (&cc_cpu[(cpu)]) macro
196 #define CC_SELF() CC_CPU(PCPU_GET(cpuid))
199 #define CC_CPU(cpu) &cc_cpu macro
305 cc = CC_CPU(cpu); in callout_callwheel_init()
358 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
379 cc = CC_CPU(cpu); in start_softclock()
556 cc = CC_CPU(cpu); in callout_lock()
906 ((CC_CPU(cpu))->cc_inited == 0)) { in callout_reset_sbt_on()
1379 cc = CC_CPU(cpu); in sysctl_kern_callout_stat()
1488 cc = CC_CPU(cpu); in _show_last_callout()
/f-stack/lib/
H A Dff_kern_timeout.c166 #define CC_CPU(cpu) &cc_cpu macro
235 memset(CC_CPU(0), 0, sizeof(cc_cpu)); in callout_callwheel_init()
259 cc = CC_CPU(timeout_cpu); in callout_callwheel_init()
341 cc = CC_CPU(cpu); in callout_lock()
635 cc = CC_CPU(timeout_cpu);
704 ((CC_CPU(cpu))->cc_inited == 0)) { in callout_reset_tick_on()
1142 cc = CC_CPU(timeout_cpu); in sysctl_kern_callout_stat()