Searched defs:l2t_data (Results 1 – 1 of 1) sorted by relevance
73 struct l2t_data { struct74 unsigned int nentries; /* number of entries */75 struct l2t_entry *rover; /* starting point for next allocation */76 atomic_t nfree; /* number of free entries */77 rwlock_t lock;78 struct rcu_head rcu_head; /* to handle rcu cleanup */