Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcleanup.h310 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument
313 ({ void *_t = _T; if (_T && !(_condlock)) _t = NULL; _t; }), \
417 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument
421 if (_T->lock && !(_condlock)) _T->lock = NULL; \