Home
last modified time | relevance | path

Searched refs:BPF_F_SLEEPABLE (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Dskel_internal.h340 attr.prog_flags = BPF_F_SLEEPABLE; in bpf_load_and_run()
H A Dlibbpf_probes.c156 opts.prog_flags = BPF_F_SLEEPABLE; in probe_prog_load()
H A Dlibbpf.c7277 opts->prog_flags |= BPF_F_SLEEPABLE;
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1185 /* If BPF_F_SLEEPABLE is used in BPF_PROG_LOAD command, the verifier will
1191 #define BPF_F_SLEEPABLE (1U << 4) macro

Completed in 26 milliseconds