Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Derr.h6 #define IS_ERR_VALUE(x) (unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO macro
/openbmc/linux/tools/virtio/linux/
H A Derr.h6 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO) macro
/openbmc/u-boot/include/linux/
H A Derr.h22 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO) macro
/openbmc/linux/tools/include/linux/
H A Derr.h33 #define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO) macro
/openbmc/linux/include/linux/
H A Derr.h28 #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) macro
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h134 #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) macro