Searched refs:new_crypt_info (Results 1 – 1 of 1) sorted by relevance
1194 struct pager_crypt_info *old_crypt_info, *new_crypt_info; in apple_protect_pager_setup() local1289 new_crypt_info = old_crypt_info; in apple_protect_pager_setup()1298 new_crypt_info = kalloc_type(struct pager_crypt_info, Z_WAITOK); in apple_protect_pager_setup()1299 *new_crypt_info = *crypt_info; in apple_protect_pager_setup()1300 new_crypt_info->crypt_refcnt = 1; in apple_protect_pager_setup()1305 new_crypt_info); in apple_protect_pager_setup()1308 if (new_crypt_info == NULL) { in apple_protect_pager_setup()1316 new_crypt_info, in apple_protect_pager_setup()1323 if (new_crypt_info == old_crypt_info) { in apple_protect_pager_setup()1336 assert(new_crypt_info->crypt_refcnt == 1); in apple_protect_pager_setup()[all …]