Home
last modified time | relevance | path

Searched refs:_condlock (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcleanup.h300 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument
303 ({ void *_t = _T; if (_T && !(_condlock)) _t = NULL; _t; }), \
410 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument
414 if (_T->lock && !(_condlock)) _T->lock = NULL; \