Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c644 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument
650 .func = bpf_this_cpu_ptr,