Searched refs:_condlock (Results 1 – 1 of 1) sorted by relevance
300 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument303 ({ void *_t = _T; if (_T && !(_condlock)) _t = NULL; _t; }), \410 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument414 if (_T->lock && !(_condlock)) _T->lock = NULL; \