Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c88 struct ldlm_bl_pool { struct
381 struct ldlm_bl_pool *blp = ldlm_state->ldlm_bl_pool; in __ldlm_bl_to_thread()
722 static struct ldlm_bl_work_item *ldlm_bl_get_work(struct ldlm_bl_pool *blp) in ldlm_bl_get_work()
752 struct ldlm_bl_pool *bltd_blp;
759 static int ldlm_bl_thread_start(struct ldlm_bl_pool *blp) in ldlm_bl_thread_start()
788 struct ldlm_bl_pool *blp; in ldlm_bl_thread_main()
1008 struct ldlm_bl_pool *blp = NULL; in ldlm_setup()
1067 ldlm_state->ldlm_bl_pool = blp; in ldlm_setup()
1116 if (ldlm_state->ldlm_bl_pool != NULL) { in ldlm_cleanup()
1117 struct ldlm_bl_pool *blp = ldlm_state->ldlm_bl_pool; in ldlm_cleanup()
Dldlm_internal.h208 struct ldlm_bl_pool *ldlm_bl_pool; member