Searched refs:dlm_thread (Results 1 – 1 of 1) sorted by relevance
37 static int dlm_thread(void *data);538 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()680 static int dlm_thread(void *data) in dlm_thread() function