Home
last modified time | relevance | path

Searched defs: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
89 spinlock_t blp_lock;
96 struct list_head blp_prio_list;
102 struct list_head blp_list;
104 wait_queue_head_t blp_waitq;
105 struct completion blp_comp;
106 atomic_t blp_num_threads;
107 atomic_t blp_busy_threads;
108 int blp_min_threads;
109 int blp_max_threads;
Dldlm_internal.h208 struct ldlm_bl_pool *ldlm_bl_pool; member