Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dmovinggc.c326 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()
H A Dmovinggc.h11 struct task_struct *p = rcu_dereference(c->copygc_thread); in bch2_copygc_wakeup()
H A Dbcachefs.h1001 struct task_struct *copygc_thread; member