Lines Matching refs:exp
51 #define TEMP_FAILURE_RETRY(exp) ({ \52 typeof (exp) _rc; \54 _rc = (exp); \