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()
37 out_bpf_testmod_ksym = *(int *)bpf_this_cpu_ptr(&bpf_testmod_ksym_percpu); in load()
675 BPF_CALL_1(bpf_this_cpu_ptr, const void *, percpu_ptr) in BPF_CALL_1() argument681 .func = bpf_this_cpu_ptr,
Completed in 9 milliseconds