Home
last modified time | relevance | path

Searched refs:bpf_per_cpu_ptr (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_ksyms_btf.c35 rq = (struct rq *)bpf_per_cpu_ptr(&runqueues, cpu); in handler()
38 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, cpu); in handler()
42 rq = (struct rq *)bpf_per_cpu_ptr(&runqueues, 0); in handler()
Dtest_ksyms_btf_null_check.c19 rq = (struct rq *)bpf_per_cpu_ptr(&runqueues, cpu); in handler()
20 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, cpu); in handler()
Dtest_ksyms_weak.c39 rq = (struct rq *)bpf_per_cpu_ptr(&runqueues, 0); in pass_handler()
51 out__non_existent_typed = (__u64)bpf_per_cpu_ptr(&bpf_link_fops2, 0); in pass_handler()
Dkfunc_call_test_subprog.c26 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, in f1()
/Linux-v5.15/kernel/bpf/
Dhelpers.c659 BPF_CALL_2(bpf_per_cpu_ptr, const void *, ptr, u32, cpu) in BPF_CALL_2() argument
668 .func = bpf_per_cpu_ptr,