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()473 list_add_tail(&new_pool->pool_list, &lov->lov_pool_list); in lov_pool_new()492 list_del_init(&new_pool->pool_list); in lov_pool_new()524 list_del_init(&pool->pool_list); in lov_pool_del()
875 pool = list_entry(pos, struct pool_desc, pool_list); in lov_cleanup()
546 struct list_head pool_list; /* serial access */ member