Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c47 const volatile int has_cpu = 0; variable
65 if (has_cpu) { in BPF_PROG()
H A Doff_cpu.bpf.c89 const volatile int has_cpu = 0; variable
151 if (has_cpu) { in can_record()
H A Dlock_contention.bpf.c168 const volatile int has_cpu; variable
228 if (has_cpu) { in can_record()
/linux-6.15/tools/perf/util/
H A Dbpf_ftrace.c51 skel->rodata->has_cpu = 1; in perf_ftrace__latency_prepare_bpf()
H A Dbpf_off_cpu.c154 skel->rodata->has_cpu = 1; in off_cpu_prepare()
H A Dbpf_lock_contention.c150 skel->rodata->has_cpu = 1; in lock_contention_prepare()
/linux-6.15/drivers/acpi/numa/
H A Dhmat.c83 bool has_cpu; member
211 initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU); in alloc_memory_initiator()
825 !initiator->has_cpu) { in hmat_update_target_attrs()
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-devices-node19 What: /sys/devices/system/node/has_cpu
/linux-6.15/drivers/base/
H A Dnode.c934 [N_CPU] = _NODE_ATTR(has_cpu, N_CPU),