Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dmove.h41 #define move_ctxt_wait_event_timeout(_ctxt, _cond, _timeout) \ argument
48 if (_cond) \
53 (cond_finished = (_cond)), _timeout); \
60 #define move_ctxt_wait_event(_ctxt, _cond) \ argument
65 if (_cond) \
70 (cond_finished = (_cond))); \
A Dextents.h651 #define bch2_bkey_drop_ptrs_noerror(_k, _ptr, _cond) \ argument
659 if (_cond) { \
665 #define bch2_bkey_drop_ptrs(_k, _ptr, _cond) \ argument
673 if (_cond) { \

Completed in 4 milliseconds