Home
last modified time | relevance | path

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

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