Searched refs:mesh_table (Results 1 – 2 of 2) sorted by relevance
43 static struct mesh_table __rcu *mesh_paths;44 static struct mesh_table __rcu *mpp_paths; /* Store paths for MPP&MAP */58 static inline struct mesh_table *resize_dereference_mesh_paths(void) in resize_dereference_mesh_paths()64 static inline struct mesh_table *resize_dereference_mpp_paths(void) in resize_dereference_mpp_paths()81 static struct mesh_table *mesh_table_alloc(int size_order) in mesh_table_alloc()84 struct mesh_table *newtbl; in mesh_table_alloc()86 newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC); in mesh_table_alloc()118 static void __mesh_table_free(struct mesh_table *tbl) in __mesh_table_free()125 static void mesh_table_free(struct mesh_table *tbl, bool free_leafs) in mesh_table_free()155 static int mesh_table_grow(struct mesh_table *oldtbl, in mesh_table_grow()[all …]
147 struct mesh_table { struct155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); argument