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

/linux-master/fs/ocfs2/dlm/
H A Ddlmthread.c37 static int dlm_thread(void *data);
536 mlog(0, "Starting dlm_thread...\n");
538 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s",
680 static int dlm_thread(void *data) function

Completed in 110 milliseconds