Home
last modified time | relevance | path

Searched refs:zone_ref_list (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dzone.h428 list_t zone_ref_list; /* list of zone_ref_t structs */ member
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c1910 list_create(&zone0.zone_ref_list, sizeof (zone_ref_t), in zone_zsd_init()
2175 ASSERT(list_is_empty(&zone->zone_ref_list)); in zone_free()
2192 list_destroy(&zone->zone_ref_list); in zone_free()
2587 list_remove(&z->zone_ref_list, ref); in zone_rele_common()
2661 list_insert_head(&z->zone_ref_list, ref); in zone_hold_ref()
4120 list_create(&zone->zone_ref_list, sizeof (zone_ref_t), in zone_create()