Searched defs:BKT (Results 1 – 1 of 1) sorted by relevance
22 typedef struct BKT { struct23 struct BKT *hnext; /* next hash bucket */ argument24 struct BKT *hprev; /* previous hash bucket */ argument25 struct BKT *cnext; /* next free/lru bucket */ argument26 struct BKT *cprev; /* previous free/lru bucket */ argument33 } BKT; argument