Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1865 size_t new_allocation; in grow_session_table() local
1875 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()