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