Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c806 static struct ptlrpc_thread *ldlm_pools_thread; variable
1058 if (ldlm_pools_thread != NULL) in ldlm_pools_thread_start()
1061 ldlm_pools_thread = kzalloc(sizeof(*ldlm_pools_thread), GFP_NOFS); in ldlm_pools_thread_start()
1062 if (!ldlm_pools_thread) in ldlm_pools_thread_start()
1066 init_waitqueue_head(&ldlm_pools_thread->t_ctl_waitq); in ldlm_pools_thread_start()
1068 task = kthread_run(ldlm_pools_thread_main, ldlm_pools_thread, in ldlm_pools_thread_start()
1072 kfree(ldlm_pools_thread); in ldlm_pools_thread_start()
1073 ldlm_pools_thread = NULL; in ldlm_pools_thread_start()
1076 l_wait_event(ldlm_pools_thread->t_ctl_waitq, in ldlm_pools_thread_start()
1077 thread_is_running(ldlm_pools_thread), &lwi); in ldlm_pools_thread_start()
[all …]