Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance

/include/linux/reset/
Dbcm63xx_pmb.h50 return -ETIMEDOUT; in __bpcm_do_op()
55 return -ETIMEDOUT; in __bpcm_do_op()
/include/uapi/asm-generic/
Derrno.h93 #define ETIMEDOUT 110 /* Connection timed out */ macro
/include/linux/
Diopoll.h58 (cond) ? 0 : -ETIMEDOUT; \
113 (cond) ? 0 : -ETIMEDOUT; \
Dregmap.h172 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \
/include/trace/misc/
Dnfs.h54 { ETIMEDOUT, "TIMEDOUT" }, \
232 { ETIMEDOUT, "ETIMEDOUT" }, \
/include/linux/surface_aggregator/
Dcontroller.h265 if (__s != -ETIMEDOUT && __s != -EREMOTEIO) \