Searched refs:exp (Results 1 – 1 of 1) sorted by relevance
198 #define TEMP_FAILURE_RETRY(exp) ({ \ argument199 typeof (exp) _rc; \201 _rc = (exp); \