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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmpool.h53 typedef struct _bkt { struct
54 TAILQ_ENTRY(_bkt) hq; /* hash queue */
55 TAILQ_ENTRY(_bkt) q; /* lru queue */
65 TAILQ_HEAD(_lqh, _bkt) lqh; /* lru queue head */
67 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];

Completed in 84 milliseconds