Home
last modified time | relevance | path

Searched refs:bpf_prog_array_free_sleepable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2201 bpf_prog_array_free_sleepable(old_array); in perf_event_attach_bpf_prog()
2228 bpf_prog_array_free_sleepable(old_array); in perf_event_detach_bpf_prog()
/openbmc/linux/include/linux/
H A Dbpf.h1885 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
/openbmc/linux/kernel/bpf/
H A Dcore.c2461 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable() function