Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dbpf_trace.c2143 bpf_prog_array_free_sleepable(old_array); in perf_event_attach_bpf_prog()
2169 bpf_prog_array_free_sleepable(old_array); in perf_event_detach_bpf_prog()
/linux-6.1.9/include/linux/
Dbpf.h1530 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
/linux-6.1.9/kernel/bpf/
Dcore.c2259 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable() function