Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h583 uint16_t current_allocation; member
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c1841 size_t current_allocation; in grow_session_table() local
1851 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()