Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dbpf-loader.h16 __BPF_LOADER_ERRNO__START = __LIBBPF_ERRNO__START - 100, enumerator
18 BPF_LOADER_ERRNO__CONFIG = __BPF_LOADER_ERRNO__START,
A Dbpf-loader.c1948 #define ERRNO_OFFSET(e) ((e) - __BPF_LOADER_ERRNO__START)
1950 #define NR_ERRNO (__BPF_LOADER_ERRNO__END - __BPF_LOADER_ERRNO__START)
1992 if (err >= __BPF_LOADER_ERRNO__START && err < __BPF_LOADER_ERRNO__END) { in bpf_loader_strerror()

Completed in 7 milliseconds