Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h726 uint16_t current_allocation; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1864 size_t current_allocation; in grow_session_table() local
1874 current_allocation = session_table_count * sizeof (void *); in grow_session_table()
1881 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) != in grow_session_table()
1897 bcopy(session_table, new, current_allocation); in grow_session_table()
1898 kmem_free(session_table, current_allocation); in grow_session_table()