Home
last modified time | relevance | path

Searched refs:bpf_map_lookup_percpu_elem_proto (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c135 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto = { variable
1773 return &bpf_map_lookup_percpu_elem_proto; in bpf_base_func_proto()
H A Dcore.c2823 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak;
/openbmc/linux/include/linux/
H A Dbpf.h2988 extern const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto;
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1451 return &bpf_map_lookup_percpu_elem_proto; in bpf_tracing_func_proto()