Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c196 #define CC_SELF() CC_CPU(PCPU_GET(cpuid)) macro
200 #define CC_SELF() &cc_cpu macro
428 cc = CC_SELF(); in callout_process()
/f-stack/lib/
H A Dff_kern_timeout.c167 #define CC_SELF() &cc_cpu macro
315 cc = CC_SELF(); in callout_tick()