Searched refs:current_allocation (Results 1 – 2 of 2) sorted by relevance
583 uint16_t current_allocation; member
1841 size_t current_allocation; in grow_session_table() local1851 current_allocation = session_table_count * sizeof (void *); in grow_session_table()1858 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) != in grow_session_table()1874 bcopy(session_table, new, current_allocation); in grow_session_table()1875 kmem_free(session_table, current_allocation); in grow_session_table()