Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dmovinggc.c412 if (c->copygc_thread) { in bch2_copygc_stop()
413 kthread_stop(c->copygc_thread); in bch2_copygc_stop()
414 put_task_struct(c->copygc_thread); in bch2_copygc_stop()
416 c->copygc_thread = NULL; in bch2_copygc_stop()
424 if (c->copygc_thread) in bch2_copygc_start()
441 c->copygc_thread = t; in bch2_copygc_start()
442 wake_up_process(c->copygc_thread); in bch2_copygc_start()
H A Dsysfs.c664 c->copygc_thread) in STORE()
665 wake_up_process(c->copygc_thread); in STORE()
H A Dbcachefs.h988 struct task_struct *copygc_thread; member