Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_timeout.c186 #define CC_SELF() CC_CPU(PCPU_GET(cpuid)) macro
190 #define CC_SELF() &cc_cpu macro
442 cc = CC_SELF(); in callout_process()