Searched refs:exp (Results 1 – 1 of 1) sorted by relevance
40 #define TEMP_FAILURE_RETRY(exp) ({ \ argument41 typeof (exp) _rc; \43 _rc = (exp); \