Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c757 static int ldlm_bl_thread_main(void *arg);
768 task = kthread_run(ldlm_bl_thread_main, &bltd, "%s", bltd.bltd_name); in ldlm_bl_thread_start()
786 static int ldlm_bl_thread_main(void *arg) in ldlm_bl_thread_main() function