Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dmovinggc.c410 if (c->copygc_thread) { in bch2_copygc_stop()
411 kthread_stop(c->copygc_thread); in bch2_copygc_stop()
412 put_task_struct(c->copygc_thread); in bch2_copygc_stop()
414 c->copygc_thread = NULL; in bch2_copygc_stop()
422 if (c->copygc_thread) in bch2_copygc_start()
439 c->copygc_thread = t; in bch2_copygc_start()
440 wake_up_process(c->copygc_thread); in bch2_copygc_start()
Dsysfs.c425 if (c->copygc_thread) in STORE()
426 wake_up_process(c->copygc_thread); in STORE()
Dbcachefs.h990 struct task_struct *copygc_thread; member