Searched refs:zsdp (Results 1 – 1 of 1) sorted by relevance
611 struct zsd_entry *zsdp; in zone_key_create() local616 zsdp = kmem_zalloc(sizeof (*zsdp), KM_SLEEP); in zone_key_create()617 zsdp->zsd_data = NULL; in zone_key_create()618 zsdp->zsd_create = create; in zone_key_create()619 zsdp->zsd_shutdown = shutdown; in zone_key_create()620 zsdp->zsd_destroy = destroy; in zone_key_create()627 key = zsdp->zsd_key = ++zsd_keyval; in zone_key_create()629 list_insert_tail(&zsd_registered_keys, zsdp); in zone_key_create()701 struct zsd_entry *zsdp = NULL; in zone_key_delete() local705 zsdp = zsd_find_mru(&zsd_registered_keys, key); in zone_key_delete()[all …]