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

/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h51 typedef struct _bkt { struct
52 CIRCLEQ_ENTRY(_bkt) hq; /* hash queue */
53 CIRCLEQ_ENTRY(_bkt) q; /* lru queue */
63 CIRCLEQ_HEAD(_lqh, _bkt) lqh; /* lru queue head */
65 CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];

Completed in 100 milliseconds