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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c72 * is used in order to facilitate testing of the htable_steal() code.
83 * Used to hand test htable_steal().
289 * This code makes htable_steal() easier to test. By setting
568 htable_steal(uint_t cnt, boolean_t reap) function
752 * Let htable_steal() do the work, we just call htable_free()
755 list = htable_steal(reap_cnt, B_TRUE);
858 ht = htable_steal(1, B_FALSE);
903 stolen = htable_steal(1, B_FALSE);
1457 * htable_release() or htable_steal().

Completed in 63 milliseconds