Searched refs:ETIMEDOUT (Results 1 – 7 of 7) sorted by relevance
50 return -ETIMEDOUT; in __bpcm_do_op()55 return -ETIMEDOUT; in __bpcm_do_op()
93 #define ETIMEDOUT 110 /* Connection timed out */ macro
58 (cond) ? 0 : -ETIMEDOUT; \113 (cond) ? 0 : -ETIMEDOUT; \
178 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \
310 if (unlikely(ret == -ETIMEDOUT)) { in gicv5_wait_for_op_s_atomic()329 if (unlikely(ret == -ETIMEDOUT)) { in gicv5_wait_for_op_s()
54 { ETIMEDOUT, "TIMEDOUT" }, \232 { ETIMEDOUT, "ETIMEDOUT" }, \
265 if (__s != -ETIMEDOUT && __s != -EREMOTEIO) \
Completed in 17 milliseconds