Searched refs:zsdp (Results 1 – 1 of 1) sorted by relevance
613 struct zsd_entry *zsdp; in zone_key_create() local618 zsdp = kmem_zalloc(sizeof (*zsdp), KM_SLEEP); in zone_key_create()619 zsdp->zsd_data = NULL; in zone_key_create()620 zsdp->zsd_create = create; in zone_key_create()621 zsdp->zsd_shutdown = shutdown; in zone_key_create()622 zsdp->zsd_destroy = destroy; in zone_key_create()629 key = zsdp->zsd_key = ++zsd_keyval; in zone_key_create()631 list_insert_tail(&zsd_registered_keys, zsdp); in zone_key_create()703 struct zsd_entry *zsdp = NULL; in zone_key_delete() local707 zsdp = zsd_find_mru(&zsd_registered_keys, key); in zone_key_delete()[all …]