Home
last modified time | relevance | path

Searched defs:IS_ERR (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/include/linux/
Derr.h23 static inline bool IS_ERR(const void *ptr) in IS_ERR() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h77 #define IS_ERR(err) ((unsigned long)(err) > (unsigned long)-1000L) macro