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.h583 uint16_t current_allocation; member in struct:port_database_23
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1841 size_t current_allocation; local
1851 current_allocation = session_table_count * sizeof (void *);
1858 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) !=
1874 bcopy(session_table, new, current_allocation);
1875 kmem_free(session_table, current_allocation);

Completed in 60 milliseconds