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

/freebsd-current/include/
H A Dmpool.h48 typedef struct _bkt { struct
49 TAILQ_ENTRY(_bkt) hq; /* hash queue */
50 TAILQ_ENTRY(_bkt) q; /* lru queue */
61 TAILQ_HEAD(_lqh, _bkt) lqh; /* lru queue head */
63 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];

Completed in 155 milliseconds