Searched refs:zone_zsd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | zone.c | 651 t = zsd_find_mru(&zone->zone_zsd, key); in zone_key_create() 670 list_insert_tail(&zone->zone_zsd, t); in zone_key_create() 719 del = zsd_find_mru(&zone->zone_zsd, key); in zone_key_delete() 758 del = zsd_find(&zone->zone_zsd, key); in zone_key_delete() 760 list_remove(&zone->zone_zsd, del); in zone_key_delete() 785 t = zsd_find_mru(&zone->zone_zsd, key); in zone_setspecific() 808 t = zsd_find_mru(&zone->zone_zsd, key); in zone_getspecific() 827 ASSERT(list_head(&zone->zone_zsd) == NULL); in zone_zsd_configure() 836 ASSERT(zsd_find(&zone->zone_zsd, zsdp->zsd_key) == NULL); in zone_zsd_configure() 848 list_insert_tail(&zone->zone_zsd, t); in zone_zsd_configure() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | zone.c | 286 wsp->walk_addr += offsetof(struct zone, zone_zsd); in zsd_walk_init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | zone.h | 491 list_t zone_zsd; /* list of Zone-Specific Data values */ member
|