Searched refs:log_kthread (Results 1 – 1 of 1) sorted by relevance
119 struct task_struct *log_kthread; member552 lc->log_kthread = kthread_run(log_writes_kthread, lc, "log-write"); in log_writes_ctr()553 if (IS_ERR(lc->log_kthread)) { in log_writes_ctr()554 ret = PTR_ERR(lc->log_kthread); in log_writes_ctr()607 wake_up_process(lc->log_kthread); in log_mark()624 wake_up_process(lc->log_kthread); in log_writes_dtr()627 kthread_stop(lc->log_kthread); in log_writes_dtr()780 wake_up_process(lc->log_kthread); in normal_end_io()783 wake_up_process(lc->log_kthread); in normal_end_io()