Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmthread.c39 static int dlm_thread(void *data);
540 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()
682 static int dlm_thread(void *data) in dlm_thread() function