Searched refs:dlm_recovery_thread (Results 1 – 1 of 1) sorted by relevance
42 static int dlm_recovery_thread(void *data);192 dlm->dlm_reco_thread_task = kthread_run(dlm_recovery_thread, dlm, in dlm_launch_recovery_thread()286 static int dlm_recovery_thread(void *data) in dlm_recovery_thread() function