Home
last modified time | relevance | path

Searched refs:new_allocation (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c1842 size_t new_allocation; in grow_session_table() local
1852 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()