Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c732 static int ldlm_bl_thread_main(void *arg);
743 task = kthread_run(ldlm_bl_thread_main, &bltd, "%s", bltd.bltd_name); in ldlm_bl_thread_start()
761 static int ldlm_bl_thread_main(void *arg) in ldlm_bl_thread_main() function