Searched refs:copygc_thread (Results 1 – 3 of 3) sorted by relevance
412 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()
664 c->copygc_thread) in STORE()665 wake_up_process(c->copygc_thread); in STORE()
988 struct task_struct *copygc_thread; member