Searched refs:obucket (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c182 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) argument
194 old_bufp = __get_buf(hashp, obucket, NULL, 0);
211 retval = ugly_split(hashp, obucket, old_bufp, new_bufp,
221 if (__call_hash(hashp, key.data, key.size) == obucket) {
277 u_int32_t obucket, /* Same as __split_page. */
305 new_bufp, bufp, bufp->addr, obucket, &ret))
355 if (__call_hash(hashp, key.data, key.size) == obucket) {
276 ugly_split(HTAB *hashp, u_int32_t obucket, BUFHEAD *old_bufp, BUFHEAD *new_bufp, int copyto, int moved) argument
H A Dhash_bigkey.c557 u_int32_t obucket, /* Old Bucket */
570 change = (__call_hash(hashp, key.data, key.size) != obucket);
552 __big_split(HTAB *hashp, BUFHEAD *op, BUFHEAD *np, BUFHEAD *big_keyp, int addr, u_int32_t obucket, SPLIT_RETURN *ret) argument

Completed in 83 milliseconds