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/
H A Dbpf-loader.h39 __BPF_LOADER_ERRNO__END, enumerator
H A Dbpf-loader.c1607 #define NR_ERRNO (__BPF_LOADER_ERRNO__END - __BPF_LOADER_ERRNO__START)
1649 if (err >= __BPF_LOADER_ERRNO__START && err < __BPF_LOADER_ERRNO__END) { in bpf_loader_strerror()
1656 if (err >= __BPF_LOADER_ERRNO__END) in bpf_loader_strerror()

Completed in 4 milliseconds