Searched refs:l2t_entry (Results 1 – 2 of 2) sorted by relevance
41 struct l2t_entry { struct50 struct l2t_entry *first; /* start of hash chain */ argument51 struct l2t_entry *next; /* next l2t_entry on chain */ argument63 void t4_l2t_release(struct l2t_entry *e); argument
130 struct l2t_entry *rover; /* starting point for next allocation */131 struct l2t_entry l2tab[];150 d = kmem_zalloc(sizeof(*d) + l2t_size * sizeof (struct l2t_entry), KM_SLEEP); in t4_init_l2t()