Searched refs:dlm_thread_task (Results 1 – 4 of 4) sorted by relevance
540 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()542 if (IS_ERR(dlm->dlm_thread_task)) { in dlm_launch_thread()543 mlog_errno(PTR_ERR(dlm->dlm_thread_task)); in dlm_launch_thread()544 dlm->dlm_thread_task = NULL; in dlm_launch_thread()553 if (dlm->dlm_thread_task) { in dlm_complete_thread()555 kthread_stop(dlm->dlm_thread_task); in dlm_complete_thread()556 dlm->dlm_thread_task = NULL; in dlm_complete_thread()
154 struct task_struct *dlm_thread_task; member
694 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); in debug_state_print()
2018 dlm->dlm_thread_task = NULL; in dlm_alloc_ctxt()