Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmovinggc.c363 kthread_wait_freezable(c->recovery_pass_done > BCH_RECOVERY_PASS_check_snapshots || in bch2_copygc_thread()
379 kthread_wait_freezable(c->opts.copygc_enabled || in bch2_copygc_thread()
H A Drebalance.c530 kthread_wait_freezable(c->opts.rebalance_enabled || in do_rebalance()
588 kthread_wait_freezable(c->recovery_pass_done > BCH_RECOVERY_PASS_check_snapshots || in bch2_rebalance_thread()
H A Dutil.h385 #define kthread_wait_freezable(cond) \ macro