Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dpage.h81 #define PAGE_META(N) (((N)+3) * sizeof(u_int16_t)) macro
H A Dhash_bigkey.c109 FREESPACE(p) = off - PAGE_META(n); in __big_insert()
164 FREESPACE(p) = off - PAGE_META(n); in __big_insert()
249 FREESPACE(bp) = hashp->BSIZE - PAGE_META(n); in __big_delete()