Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dmovinggc.c332 t = rcu_dereference(c->copygc_thread); in bch2_copygc_wait_to_text()
437 if (c->copygc_thread) { in bch2_copygc_stop()
438 kthread_stop(c->copygc_thread); in bch2_copygc_stop()
439 put_task_struct(c->copygc_thread); in bch2_copygc_stop()
441 c->copygc_thread = NULL; in bch2_copygc_stop()
449 if (c->copygc_thread) in bch2_copygc_start()
466 c->copygc_thread = t; in bch2_copygc_start()
467 wake_up_process(c->copygc_thread); in bch2_copygc_start()
A Dmovinggc.h11 struct task_struct *p = rcu_dereference(c->copygc_thread); in bch2_copygc_wakeup()
A Dbcachefs.h1076 struct task_struct *copygc_thread; member

Completed in 8 milliseconds