Lines Matching refs:zsd_entry

399 static boolean_t zsd_wait_for_creator(zone_t *, struct zsd_entry *,
401 static boolean_t zsd_wait_for_inprogress(zone_t *, struct zsd_entry *,
570 static struct zsd_entry *
573 struct zsd_entry *zsd; in zsd_find()
587 static struct zsd_entry *
590 struct zsd_entry *zsd; in zsd_find_mru()
611 struct zsd_entry *zsdp; in zone_key_create()
612 struct zsd_entry *t; in zone_key_create()
701 struct zsd_entry *zsdp = NULL; in zone_key_delete()
716 struct zsd_entry *del; in zone_key_delete()
755 struct zsd_entry *del; in zone_key_delete()
782 struct zsd_entry *t; in zone_setspecific()
804 struct zsd_entry *t; in zone_getspecific()
823 struct zsd_entry *zsdp; in zone_zsd_configure()
824 struct zsd_entry *t; in zone_zsd_configure()
862 struct zsd_entry *t; in zone_zsd_callbacks()
912 struct zsd_entry *t, *next; in zone_free_zsd()
982 struct zsd_entry *t; in zsd_apply_all_keys()
1015 struct zsd_entry *t; in zsd_apply_create()
1093 struct zsd_entry *t; in zsd_apply_shutdown()
1174 struct zsd_entry *t; in zsd_apply_destroy()
1243 zsd_wait_for_creator(zone_t *zone, struct zsd_entry *t, kmutex_t *lockp) in zsd_wait_for_creator()
1249 zone_t *, zone, struct zsd_entry *, t); in zsd_wait_for_creator()
1270 zsd_wait_for_inprogress(zone_t *zone, struct zsd_entry *t, kmutex_t *lockp) in zsd_wait_for_inprogress()
1276 zone_t *, zone, struct zsd_entry *, t); in zsd_wait_for_inprogress()
1950 list_create(&zsd_registered_keys, sizeof (struct zsd_entry), in zone_zsd_init()
1951 offsetof(struct zsd_entry, zsd_linkage)); in zone_zsd_init()
2000 list_create(&zone0.zone_zsd, sizeof (struct zsd_entry), in zone_zsd_init()
2001 offsetof(struct zsd_entry, zsd_linkage)); in zone_zsd_init()
4300 list_create(&zone->zone_zsd, sizeof (struct zsd_entry), in zone_create()
4301 offsetof(struct zsd_entry, zsd_linkage)); in zone_create()