Searched refs:new_crypt_info (Results 1 – 1 of 1) sorted by relevance
1227 struct pager_crypt_info *old_crypt_info, *new_crypt_info; in apple_protect_pager_setup() local1322 new_crypt_info = old_crypt_info; in apple_protect_pager_setup()1331 new_crypt_info = kalloc_type(struct pager_crypt_info, Z_WAITOK); in apple_protect_pager_setup()1332 *new_crypt_info = *crypt_info; in apple_protect_pager_setup()1333 new_crypt_info->crypt_refcnt = 1; in apple_protect_pager_setup()1338 new_crypt_info); in apple_protect_pager_setup()1341 if (new_crypt_info == NULL) { in apple_protect_pager_setup()1349 new_crypt_info, in apple_protect_pager_setup()1356 if (new_crypt_info == old_crypt_info) { in apple_protect_pager_setup()1369 assert(new_crypt_info->crypt_refcnt == 1); in apple_protect_pager_setup()[all …]