Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c286 int msecs = 1000, ccpu = smp_processor_id(); in crash_nmi_callback() local
288 if (ccpu == 0) { in crash_nmi_callback()
293 crash_save_cpu(regs, ccpu); in crash_nmi_callback()
308 crashing_cpu = ccpu; /* crash cmd uses this */ in crash_nmi_callback()
375 int ccpu = smp_processor_id(); in hv_crash_stop_other_cpus() local
399 crashing_cpu = ccpu; /* crash cmd uses this */ in hv_crash_stop_other_cpus()
404 if (ccpu) in hv_crash_stop_other_cpus()
/linux/kernel/sched/ext/
H A Dcid.c275 s32 ccpu; in scx_cid_init() local
304 for_each_cpu(ccpu, core_scratch) { in scx_cid_init()
307 tbls->cid_to_cpu[cid] = ccpu; in scx_cid_init()
308 tbls->cpu_to_cid[ccpu] = cid; in scx_cid_init()
321 cpumask_clear_cpu(ccpu, llc_scratch); in scx_cid_init()
322 cpumask_clear_cpu(ccpu, node_scratch); in scx_cid_init()
323 cpumask_clear_cpu(ccpu, to_walk); in scx_cid_init()