Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmthread.c54 static int dlm_thread(void *data);
557 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()
700 static int dlm_thread(void *data) in dlm_thread() function