Searched defs:l2t_data (Results 1 – 2 of 2) 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 */
56 struct l2t_data { struct70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument