Lines Matching refs:stolen
437 uint_t *stolen, htable_t **list) in htable_steal_active() argument
523 ++*stolen; in htable_steal_active()
531 } while (*stolen < cnt && h != h_start); in htable_steal_active()
573 uint_t stolen = 0; in htable_steal() local
590 for (pass = 0; pass <= htable_steal_passes && stolen < cnt; ++pass) { in htable_steal()
630 stolen < cnt) { in htable_steal()
634 ++stolen; in htable_steal()
641 if (pass != 0 && (stolen < cnt)) in htable_steal()
643 &stolen, &list); in htable_steal()
673 if (stolen == cnt) { in htable_steal()
883 htable_t *stolen; in htable_alloc() local
888 stolen = htable_steal(1, B_FALSE); in htable_alloc()
889 if (stolen == NULL) in htable_alloc()
891 htable_free(stolen); in htable_alloc()