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

/freebsd-11-stable/lib/libc/db/hash/
H A Dpage.h82 #define PAGE_META(N) (((N)+3) * sizeof(u_int16_t)) macro
H A Dhash_bigkey.c113 FREESPACE(p) = off - PAGE_META(n);
168 FREESPACE(p) = off - PAGE_META(n);
253 FREESPACE(bp) = hashp->BSIZE - PAGE_META(n);

Completed in 104 milliseconds