Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/linux/
H A Derr.h18 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function
/openbmc/u-boot/include/linux/
H A Derr.h34 static inline long IS_ERR(const void *ptr) in IS_ERR() function
/openbmc/linux/tools/include/linux/
H A Derr.h45 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
/openbmc/linux/include/linux/
H A Derr.h59 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h146 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h138 static INLINE bool IS_ERR(const void* ptr) in IS_ERR() function