Searched refs:pool_pset_list (Results 1 – 1 of 1) sorted by relevance
83 static list_t pool_pset_list; /* doubly-linked list of psets */ variable95 for (pset = list_head(&pool_pset_list); pset; in pool_lookup_pset_by_id()96 pset = list_next(&pool_pset_list, pset)) { in pool_lookup_pset_by_id()195 list_create(&pool_pset_list, sizeof (pool_pset_t), in pool_pset_init()197 list_insert_head(&pool_pset_list, pool_pset_default); in pool_pset_init()357 list_insert_tail(&pool_pset_list, pset); in pool_pset_create()381 list_remove(&pool_pset_list, pset); in pool_pset_destroy()857 for (pset = list_head(&pool_pset_list); pset; in pool_pset_pack()858 pset = list_next(&pool_pset_list, pset)) { in pool_pset_pack()