Searched refs:_cond (Results 1 – 2 of 2) sorted by relevance
41 #define move_ctxt_wait_event_timeout(_ctxt, _cond, _timeout) \ argument48 if (_cond) \53 (cond_finished = (_cond)), _timeout); \60 #define move_ctxt_wait_event(_ctxt, _cond) \ argument65 if (_cond) \70 (cond_finished = (_cond))); \
651 #define bch2_bkey_drop_ptrs_noerror(_k, _ptr, _cond) \ argument659 if (_cond) { \665 #define bch2_bkey_drop_ptrs(_k, _ptr, _cond) \ argument673 if (_cond) { \
Completed in 4 milliseconds