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