Searched refs:pool_list (Results 1 – 4 of 4) sorted by relevance
24 static LIST_HEAD(pool_list);31 list_for_each(lh, &pool_list) { in find_pool()98 list_for_each(lh, &pool_list) { in tcm_lookup_tag()148 list_add_tail(&pool->list, &pool_list); in tcm_add_region()
66 LASSERT(list_empty(&pool->pool_list)); in lov_pool_putref()450 list_add_tail(&new_pool->pool_list, &lov->lov_pool_list); in lov_pool_new()469 list_del_init(&new_pool->pool_list); in lov_pool_new()501 list_del_init(&pool->pool_list); in lov_pool_del()
858 pool = list_entry(pos, struct pool_desc, pool_list); in lov_cleanup()
452 struct list_head pool_list; /* serial access */ member