Searched refs:bpf_this_cpu_ptr (Results 1 – 2 of 2) 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()
644 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument650 .func = bpf_this_cpu_ptr,