Searched defs:IS_ERR (Results 1 – 2 of 2) sorted by relevance
277 #define IS_ERR(x) (((unsigned long)x) >= (unsigned long)-MAX_ERRNO) macro
157 static inline long IS_ERR(const void *ptr) in IS_ERR() function