Searched refs:cbucket (Results 1 – 4 of 4) sorted by relevance
209 hashp->cbucket = CURSOR_NOT_SET; in __hash_open() 740 if (flag == R_FIRST || hashp->cbucket == CURSOR_NOT_SET) { in hash_seq() 741 hashp->cbucket = 0; in hash_seq() 744 } else if (hashp->cbucket <= CURSOR_OVERFLOW) { in hash_seq() 750 for (bucket = hashp->cbucket; in hash_seq() 761 hashp->cbucket = bucket; in hash_seq() 762 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) { in hash_seq() 763 hashp->cbucket = CURSOR_OVERFLOW; in hash_seq() 772 hashp->cbucket++; in hash_seq() 793 ++hashp->cbucket;[all...]
406 hashp->cbucket++; in __big_return()416 hashp->cbucket++; in __big_return()464 hashp->cbucket++; in collect_data()471 hashp->cbucket++; in collect_data()
100 int cbucket; /* Current bucket */ member
4795 uma_cache_bucket_t cbucket; in cache_free() local4811 cbucket = &cache->uc_freebucket; in cache_free()4815 cbucket = &cache->uc_crossbucket; in cache_free()4816 if (cbucket->ucb_cnt != 0) in cache_free()4818 cbucket->ucb_cnt); in cache_free()4822 bucket = cache_bucket_unload(cbucket); in cache_free()