Home
last modified time | relevance | path

Searched refs:node_parent (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dcall-path.c82 struct rb_node *node_parent = NULL; in call_path__findnew() local
94 node_parent = *p; in call_path__findnew()
95 cp = rb_entry(node_parent, struct call_path, rb_node); in call_path__findnew()
110 rb_link_node(&cp->rb_node, node_parent, p); in call_path__findnew()
/linux-6.6.21/net/ipv4/
Dfib_trie.c194 #define node_parent(tn) rtnl_dereference(tn_info(tn)->parent) macro
461 if (node_parent(inode) == tn) in update_children()
511 struct key_vector *tp = node_parent(oldtnode); in replace()
698 tp = node_parent(oldtnode); in collapse()
852 struct key_vector *tp = node_parent(tn); in resize()
882 tp = node_parent(tn); in resize()
909 return node_parent(tn); in resize()
921 tn = node_parent(tn); in node_pull_suffix()
930 tn = node_parent(tn); in node_push_suffix()
1860 pn = node_parent(pn); in fib_trie_free()
[all …]