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
605 for (pass = 0; pass <= passes && stolen < cnt; ++pass) { in htable_steal()
645 stolen < cnt) { in htable_steal()
649 ++stolen; in htable_steal()
656 if (pass != 0 && (stolen < cnt)) in htable_steal()
658 &stolen, &list); in htable_steal()
688 if (stolen == cnt) { in htable_steal()
898 htable_t *stolen; in htable_alloc() local
903 stolen = htable_steal(1, B_FALSE); in htable_alloc()
904 if (stolen == NULL) in htable_alloc()
906 htable_free(stolen); in htable_alloc()