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