Searched refs:newtbl (Results 1 – 1 of 1) sorted by relevance
55 struct mesh_table *newtbl; in mesh_table_alloc() local57 newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC); in mesh_table_alloc()58 if (!newtbl) in mesh_table_alloc()61 INIT_HLIST_HEAD(&newtbl->known_gates); in mesh_table_alloc()62 atomic_set(&newtbl->entries, 0); in mesh_table_alloc()63 spin_lock_init(&newtbl->gates_lock); in mesh_table_alloc()65 return newtbl; in mesh_table_alloc()