Lines Matching defs:log_kthread
118 struct task_struct *log_kthread;
574 lc->log_kthread = kthread_run(log_writes_kthread, lc, "log-write");
575 if (IS_ERR(lc->log_kthread)) {
576 ret = PTR_ERR(lc->log_kthread);
629 wake_up_process(lc->log_kthread);
646 wake_up_process(lc->log_kthread);
649 kthread_stop(lc->log_kthread);
804 wake_up_process(lc->log_kthread);
807 wake_up_process(lc->log_kthread);
943 wake_up_process(lc->log_kthread);