Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcleanup.h295 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument
297 ({ void *_t = _T; if (_T && !(_condlock)) _t = NULL; _t; }), \
379 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument
382 if (_T->lock && !(_condlock)) _T->lock = NULL; \

Completed in 4 milliseconds