Searched defs:IS_ERR (Results 1 – 3 of 3) sorted by relevance
64 IS_ERR(const void *ptr) in IS_ERR() function
24 #define IS_ERR(ptr) ((unsigned long)(ptr) > (unsigned long)-1000L) macro
138 static inline long IS_ERR(const void *ptr) in IS_ERR() function