Searched refs:new_allocation (Results 1 – 1 of 1) sorted by relevance
1842 size_t new_allocation; in grow_session_table() local1852 new_allocation = need * sizeof (void *); in grow_session_table()1858 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) != in grow_session_table()1865 new = kmem_zalloc(new_allocation, KM_SLEEP); in grow_session_table()1870 kmem_free(new, new_allocation); in grow_session_table()