Searched refs:current_allocation (Results 1 – 2 of 2) sorted by relevance
726 uint16_t current_allocation; member
1867 size_t current_allocation; in grow_session_table() local1877 current_allocation = session_table_count * sizeof (void *); in grow_session_table()1884 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) != in grow_session_table()1900 bcopy(session_table, new, current_allocation); in grow_session_table()1901 kmem_free(session_table, current_allocation); in grow_session_table()