Home
last modified time | relevance | path

Searched refs:copy_node (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/scripts/genksyms/
Dgenksyms.c379 struct string_list *copy_node(struct string_list *node) in copy_node() function
397 n = res = copy_node(start); in copy_list_range()
399 n->next = copy_node(start); in copy_list_range()
457 return copy_node(&node); in read_node()
463 return copy_node(&node); in read_node()
Dgenksyms.h71 struct string_list *copy_node(struct string_list *);
Dparse.y68 r = copy_node(i); r->tag = type; in record_compound()
Dparse.tab.c_shipped112 r = copy_node(i); r->tag = type;
/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c168 newtbl->copy_node = oldtbl->copy_node; in mesh_table_grow()
175 if (oldtbl->copy_node(p, newtbl) < 0) in mesh_table_grow()
1078 tbl_path->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
1094 tbl_mpp->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
Dmesh.h155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); member