Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_timeout.c198 #define CC_CPU(cpu) DPCPU_ID_PTR(cpu, cc_cpu) macro
199 #define CC_SELF() CC_CPU(PCPU_GET(cpuid))
202 #define CC_CPU(cpu) (&cc_cpu) macro
308 cc = CC_CPU(cpu); in callout_callwheel_init()
360 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
382 cc = CC_CPU(cpu); in start_softclock()
579 cc = CC_CPU(cpu); in callout_lock()
1412 cc = CC_CPU(cpu); in sysctl_kern_callout_stat()
1521 cc = CC_CPU(cpu); in _show_last_callout()