Home
last modified time | relevance | path

Searched refs:__BPF_LOADER_ERRNO__START (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-loader.h14 __BPF_LOADER_ERRNO__START = __LIBBPF_ERRNO__START - 100, enumerator
16 BPF_LOADER_ERRNO__CONFIG = __BPF_LOADER_ERRNO__START,
H A Dbpf-loader.c1605 #define ERRNO_OFFSET(e) ((e) - __BPF_LOADER_ERRNO__START)
1607 #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()

Completed in 4 milliseconds