Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmthread.c557 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()
559 if (IS_ERR(dlm->dlm_thread_task)) { in dlm_launch_thread()
560 mlog_errno(PTR_ERR(dlm->dlm_thread_task)); in dlm_launch_thread()
561 dlm->dlm_thread_task = NULL; in dlm_launch_thread()
570 if (dlm->dlm_thread_task) { in dlm_complete_thread()
572 kthread_stop(dlm->dlm_thread_task); in dlm_complete_thread()
573 dlm->dlm_thread_task = NULL; in dlm_complete_thread()
Ddlmcommon.h170 struct task_struct *dlm_thread_task; member
Ddlmdebug.c709 task_pid_nr(dlm->dlm_thread_task), dlm->node_num, state); in debug_state_print()
Ddlmdomain.c2041 dlm->dlm_thread_task = NULL; in dlm_alloc_ctxt()