Lines Matching refs:zone_zsd

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()
875 for (t = list_head(&zone->zone_zsd); t != NULL; in zone_zsd_callbacks()
876 t = list_next(&zone->zone_zsd, t)) { in zone_zsd_callbacks()
918 for (t = list_head(&zone->zone_zsd); t != NULL; t = next) { in zone_free_zsd()
919 next = list_next(&zone->zone_zsd, t); in zone_free_zsd()
920 list_remove(&zone->zone_zsd, t); in zone_free_zsd()
924 list_destroy(&zone->zone_zsd); in zone_free_zsd()
985 t = list_head(&zone->zone_zsd); in zsd_apply_all_keys()
989 t = list_head(&zone->zone_zsd); in zsd_apply_all_keys()
991 t = list_next(&zone->zone_zsd, t); in zsd_apply_all_keys()
1027 t = zsd_find(&zone->zone_zsd, key); in zsd_apply_create()
1106 t = zsd_find(&zone->zone_zsd, key); in zsd_apply_shutdown()
1187 t = zsd_find(&zone->zone_zsd, key); in zsd_apply_destroy()
2000 list_create(&zone0.zone_zsd, sizeof (struct zsd_entry), in zone_zsd_init()
4300 list_create(&zone->zone_zsd, sizeof (struct zsd_entry), in zone_create()