Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1047 static struct ptlrpc_thread *ldlm_pools_thread; variable
1383 if (ldlm_pools_thread != NULL) in ldlm_pools_thread_start()
1386 OBD_ALLOC_PTR(ldlm_pools_thread); in ldlm_pools_thread_start()
1387 if (ldlm_pools_thread == NULL) in ldlm_pools_thread_start()
1391 init_waitqueue_head(&ldlm_pools_thread->t_ctl_waitq); in ldlm_pools_thread_start()
1393 task = kthread_run(ldlm_pools_thread_main, ldlm_pools_thread, in ldlm_pools_thread_start()
1397 OBD_FREE(ldlm_pools_thread, sizeof(*ldlm_pools_thread)); in ldlm_pools_thread_start()
1398 ldlm_pools_thread = NULL; in ldlm_pools_thread_start()
1401 l_wait_event(ldlm_pools_thread->t_ctl_waitq, in ldlm_pools_thread_start()
1402 thread_is_running(ldlm_pools_thread), &lwi); in ldlm_pools_thread_start()
[all …]