Lines Matching refs:zsd_entry

405 static boolean_t zsd_wait_for_creator(zone_t *, struct zsd_entry *,
407 static boolean_t zsd_wait_for_inprogress(zone_t *, struct zsd_entry *,
573 static struct zsd_entry *
576 struct zsd_entry *zsd; in zsd_find()
590 static struct zsd_entry *
593 struct zsd_entry *zsd; in zsd_find_mru()
614 struct zsd_entry *zsdp; in zone_key_create()
615 struct zsd_entry *t; in zone_key_create()
704 struct zsd_entry *zsdp = NULL; in zone_key_delete()
719 struct zsd_entry *del; in zone_key_delete()
758 struct zsd_entry *del; in zone_key_delete()
785 struct zsd_entry *t; in zone_setspecific()
807 struct zsd_entry *t; in zone_getspecific()
826 struct zsd_entry *zsdp; in zone_zsd_configure()
827 struct zsd_entry *t; in zone_zsd_configure()
865 struct zsd_entry *t; in zone_zsd_callbacks()
915 struct zsd_entry *t, *next; in zone_free_zsd()
985 struct zsd_entry *t; in zsd_apply_all_keys()
1018 struct zsd_entry *t; in zsd_apply_create()
1096 struct zsd_entry *t; in zsd_apply_shutdown()
1177 struct zsd_entry *t; in zsd_apply_destroy()
1246 zsd_wait_for_creator(zone_t *zone, struct zsd_entry *t, kmutex_t *lockp) in zsd_wait_for_creator()
1252 zone_t *, zone, struct zsd_entry *, t); in zsd_wait_for_creator()
1273 zsd_wait_for_inprogress(zone_t *zone, struct zsd_entry *t, kmutex_t *lockp) in zsd_wait_for_inprogress()
1279 zone_t *, zone, struct zsd_entry *, t); in zsd_wait_for_inprogress()
1867 list_create(&zsd_registered_keys, sizeof (struct zsd_entry), in zone_zsd_init()
1868 offsetof(struct zsd_entry, zsd_linkage)); in zone_zsd_init()
1912 list_create(&zone0.zone_zsd, sizeof (struct zsd_entry), in zone_zsd_init()
1913 offsetof(struct zsd_entry, zsd_linkage)); in zone_zsd_init()
4122 list_create(&zone->zone_zsd, sizeof (struct zsd_entry), in zone_create()
4123 offsetof(struct zsd_entry, zsd_linkage)); in zone_create()