Searched defs:fatp_mi (Results 1 – 1 of 1) sorted by relevance
173 struct fatp_mi { struct174 fatp_word_t inuse : FATP_NTAGS; /* (1+15)*4 == CL_SIZE */175 fatp_word_t nxt : FATP_NXT_WIDTH;/* at most 2^17 fat pointers */176 fatp_word_t tag[FATP_NTAGS]; /* 15 tags per CL */