Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash_buf.c214 bp->addr, (int)IS_BUCKET(bp->flags), 0)) in newbuf()
224 if (IS_BUCKET(bp->flags)) { in newbuf()
249 if (IS_BUCKET(xbp->flags) || in newbuf()
326 if (bp->addr || IS_BUCKET(bp->flags)) { in __buf_free()
329 bp->addr, IS_BUCKET(bp->flags), 0)) in __buf_free()
H A Dhash.h57 #define IS_BUCKET(X) ((X) & BUF_BUCKET) macro