Searched defs:ldlm_bl_pool (Results 1 – 2 of 2) sorted by relevance
78 struct ldlm_bl_pool { struct79 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;
183 struct ldlm_bl_pool *ldlm_bl_pool; member