Searched refs:dlm_thread_task (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmthread.c486 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm_thread"); dlm_launch_thread()
487 if (IS_ERR(dlm->dlm_thread_task)) { dlm_launch_thread()
488 mlog_errno(PTR_ERR(dlm->dlm_thread_task)); dlm_launch_thread()
489 dlm->dlm_thread_task = NULL; dlm_launch_thread()
498 if (dlm->dlm_thread_task) { dlm_complete_thread()
500 kthread_stop(dlm->dlm_thread_task); dlm_complete_thread()
501 dlm->dlm_thread_task = NULL; dlm_complete_thread()
H A Ddlmcommon.h169 struct task_struct *dlm_thread_task; member in struct:dlm_ctxt
H A Ddlmdebug.c729 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); debug_state_print()
H A Ddlmdomain.c2027 dlm->dlm_thread_task = NULL; dlm_alloc_ctxt()

Completed in 138 milliseconds