Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h476 list_t zone_ref_list; /* list of zone_ref_t structs */ member
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2106 list_create(&zone0.zone_ref_list, sizeof (zone_ref_t), in zone_zsd_init()
2377 ASSERT(list_is_empty(&zone->zone_ref_list)); in zone_free()
2394 list_destroy(&zone->zone_ref_list); in zone_free()
2830 list_remove(&z->zone_ref_list, ref); in zone_rele_common()
2904 list_insert_head(&z->zone_ref_list, ref); in zone_hold_ref()
4509 list_create(&zone->zone_ref_list, sizeof (zone_ref_t), in zone_create()