newtbl             52 net/mac80211/mesh_pathtbl.c 	struct mesh_table *newtbl;
newtbl             54 net/mac80211/mesh_pathtbl.c 	newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC);
newtbl             55 net/mac80211/mesh_pathtbl.c 	if (!newtbl)
newtbl             58 net/mac80211/mesh_pathtbl.c 	INIT_HLIST_HEAD(&newtbl->known_gates);
newtbl             59 net/mac80211/mesh_pathtbl.c 	INIT_HLIST_HEAD(&newtbl->walk_head);
newtbl             60 net/mac80211/mesh_pathtbl.c 	atomic_set(&newtbl->entries,  0);
newtbl             61 net/mac80211/mesh_pathtbl.c 	spin_lock_init(&newtbl->gates_lock);
newtbl             62 net/mac80211/mesh_pathtbl.c 	spin_lock_init(&newtbl->walk_lock);
newtbl             64 net/mac80211/mesh_pathtbl.c 	return newtbl;