Home
last modified time | relevance | path

Searched refs:__BPF_LOADER_ERRNO__END (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dbpf-loader.h39 __BPF_LOADER_ERRNO__END, enumerator
Dbpf-loader.c1606 #define NR_ERRNO (__BPF_LOADER_ERRNO__END - __BPF_LOADER_ERRNO__START)
1648 if (err >= __BPF_LOADER_ERRNO__START && err < __BPF_LOADER_ERRNO__END) { in bpf_loader_strerror()
1655 if (err >= __BPF_LOADER_ERRNO__END) in bpf_loader_strerror()