Searched refs:copygc_thread (Results 1 – 3 of 3) sorted by relevance
326 struct task_struct *t = rcu_dereference(c->copygc_thread); in bch2_copygc_wait_to_text()434 if (c->copygc_thread) { in bch2_copygc_stop()435 kthread_stop(c->copygc_thread); in bch2_copygc_stop()436 put_task_struct(c->copygc_thread); in bch2_copygc_stop()438 c->copygc_thread = NULL; in bch2_copygc_stop()446 if (c->copygc_thread) in bch2_copygc_start()463 c->copygc_thread = t; in bch2_copygc_start()464 wake_up_process(c->copygc_thread); in bch2_copygc_start()
11 struct task_struct *p = rcu_dereference(c->copygc_thread); in bch2_copygc_wakeup()
1001 struct task_struct *copygc_thread; member