Home
last modified time | relevance | path

Searched refs:DEF_FFACTOR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/hash/
H A Dhash.h131 #define DEF_FFACTOR 65536 macro
H A Dhash_page.c474 if (hashp->FFACTOR == DEF_FFACTOR) { in __add_ovflpage()
H A Dhash.c283 hashp->FFACTOR = DEF_FFACTOR; in init_hash()