Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_ksyms_btf.c47 rq = (struct rq *)bpf_this_cpu_ptr(&runqueues); in handler()
49 active = (int *)bpf_this_cpu_ptr(&bpf_prog_active); in handler()
Dtest_ksyms_module.c19 val = (int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in handler()
/Linux-v5.15/kernel/bpf/
Dhelpers.c675 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument
681 .func = bpf_this_cpu_ptr,