Searched defs:HTABLE_RESERVE_AMOUNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c71 * The variable htable_reserve_amount, rather than HTABLE_RESERVE_AMOUNT,
76 #define HTABLE_RESERVE_AMOUNT (200) macro
77 uint_t htable_reserve_amount = HTABLE_RESERVE_AMOUNT;
398 count += HTABLE_RESERVE_AMOUNT;

Completed in 62 milliseconds