Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c194 #define CC_CPU(cpu) DPCPU_ID_PTR(cpu, cc_cpu) macro
195 #define CC_SELF() CC_CPU(PCPU_GET(cpuid))
198 #define CC_CPU(cpu) (&cc_cpu) macro
304 cc = CC_CPU(cpu); in callout_callwheel_init()
356 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
378 cc = CC_CPU(cpu); in start_softclock()
575 cc = CC_CPU(cpu); in callout_lock()
1404 cc = CC_CPU(cpu); in sysctl_kern_callout_stat()
1513 cc = CC_CPU(cpu); in _show_last_callout()