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

/openbsd-current/lib/libc/include/
H A Dmpool.h51 typedef struct _bkt { struct
52 TAILQ_ENTRY(_bkt) hq; /* hash queue */
53 TAILQ_ENTRY(_bkt) q; /* lru queue */
64 TAILQ_HEAD(_lqh, _bkt) lqh; /* lru queue head */
66 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];

Completed in 66 milliseconds