Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dbpf_trace.c2195 bpf_prog_array_free_sleepable(old_array); in perf_event_attach_bpf_prog()
2221 bpf_prog_array_free_sleepable(old_array); in perf_event_detach_bpf_prog()
/Linux-v6.6/include/linux/
Dbpf.h1839 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
/Linux-v6.6/kernel/bpf/
Dcore.c2427 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable() function