Searched refs:copygc_thread (Results 1 – 3 of 3) sorted by relevance
410 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()
425 if (c->copygc_thread) in STORE()426 wake_up_process(c->copygc_thread); in STORE()
990 struct task_struct *copygc_thread; member