Searched defs:l2t_data (Results 1 – 1 of 1) sorted by relevance
79 struct l2t_data { struct80 unsigned int nentries; /* number of entries */81 struct l2t_entry *rover; /* starting point for next allocation */82 volatile uint32_t nfree; /* number of free entries */83 struct rwlock lock;84 struct l2t_entry l2tab[0];