Searched refs:bpf_this_cpu_ptr (Results 1 – 3 of 3) sorted by relevance
47 rq = (struct rq *)bpf_this_cpu_ptr(&runqueues); in handler()49 active = (int *)bpf_this_cpu_ptr(&bpf_prog_active); in handler()
19 val = (int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in handler()
675 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument681 .func = bpf_this_cpu_ptr,