Searched refs:log_kthread (Results 1 – 1 of 1) sorted by relevance
119 struct task_struct *log_kthread; member553 lc->log_kthread = kthread_run(log_writes_kthread, lc, "log-write"); in log_writes_ctr()554 if (IS_ERR(lc->log_kthread)) { in log_writes_ctr()555 ret = PTR_ERR(lc->log_kthread); in log_writes_ctr()608 wake_up_process(lc->log_kthread); in log_mark()625 wake_up_process(lc->log_kthread); in log_writes_dtr()628 kthread_stop(lc->log_kthread); in log_writes_dtr()781 wake_up_process(lc->log_kthread); in normal_end_io()784 wake_up_process(lc->log_kthread); in normal_end_io()