Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c78 struct ldlm_bl_pool { struct
79 spinlock_t blp_lock;
86 struct list_head blp_prio_list;
92 struct list_head blp_list;
94 wait_queue_head_t blp_waitq;
95 struct completion blp_comp;
96 atomic_t blp_num_threads;
97 atomic_t blp_busy_threads;
98 int blp_min_threads;
99 int blp_max_threads;
Dldlm_internal.h183 struct ldlm_bl_pool *ldlm_bl_pool; member