Home
last modified time | relevance | path

Searched refs:BUCKET_TO_PAGE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/db/hash/
HDhash.h170 #define BUCKET_TO_PAGE(B) \ macro
173 BUCKET_TO_PAGE ( (1 << SPLITNUM((B))) -1 ) + OPAGENUM((B));
HDhash_page.c529 page = BUCKET_TO_PAGE(bucket); in __get_page()
593 page = BUCKET_TO_PAGE(bucket); in __put_page()