Searched refs:log_kthread (Results 1 – 1 of 1) sorted by relevance
118 struct task_struct *log_kthread; member551 lc->log_kthread = kthread_run(log_writes_kthread, lc, "log-write"); in log_writes_ctr()552 if (IS_ERR(lc->log_kthread)) { in log_writes_ctr()553 ret = PTR_ERR(lc->log_kthread); in log_writes_ctr()606 wake_up_process(lc->log_kthread); in log_mark()623 wake_up_process(lc->log_kthread); in log_writes_dtr()626 kthread_stop(lc->log_kthread); in log_writes_dtr()779 wake_up_process(lc->log_kthread); in normal_end_io()782 wake_up_process(lc->log_kthread); in normal_end_io()