| /linux/tools/include/linux/ |
| H A D | rbtree.h | 63 extern void rb_replace_node(struct rb_node *victim, struct rb_node *new, 152 rb_replace_node(victim, new, &root->rb_root); in rb_replace_node_cached()
|
| /linux/include/linux/ |
| H A D | rbtree.h | 82 extern void rb_replace_node(struct rb_node *victim, struct rb_node *new, 165 rb_replace_node(victim, new, &root->rb_root); in rb_replace_node_cached()
|
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 528 rb_replace_node(&skb->rbnode, &fp->rbnode, in inet_frag_reasm_prepare() 540 rb_replace_node(&head->rbnode, &skb->rbnode, in inet_frag_reasm_prepare() 686 rb_replace_node(&head->rbnode, &skb->rbnode, in inet_frag_pull_head()
|
| H A D | tcp_input.c | 5492 rb_replace_node(&skb1->rbnode, &skb->rbnode, in tcp_data_queue_ofo()
|
| /linux/lib/ |
| H A D | rbtree.c | 524 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() function 539 EXPORT_SYMBOL(rb_replace_node);
|
| /linux/tools/lib/ |
| H A D | rbtree.c | 545 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() function
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | rbtree.rst | 153 void rb_replace_node(struct rb_node *old, struct rb_node *new,
|
| /linux/security/landlock/ |
| H A D | ruleset.c | 271 rb_replace_node(&this->node, &new_rule->node, root); in insert_rule()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | cm.c | 212 rb_replace_node(&ent->node, &new->node, sl_id_map); in sl_id_map_add()
|
| /linux/fs/jffs2/ |
| H A D | nodelist.c | 317 rb_replace_node(&this->rb, &newfrag->rb, root); in jffs2_add_frag_to_fragtree()
|
| H A D | readinode.c | 286 rb_replace_node(&this->rb, &tn->rb, &rii->tn_root); in jffs2_add_tn_to_tree()
|
| /linux/mm/ |
| H A D | ksm.c | 857 rb_replace_node(&dup->node, &chain->node, root); in alloc_stable_node_chain() 1725 rb_replace_node(&stable_node->node, &found->node, in stable_node_dup() 1970 rb_replace_node(&stable_node_dup->node, in stable_tree_search()
|
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 343 // The returned `RawEntry` is used to call either `rb_link_node` or `rb_replace_node`. in raw_entry() 1417 bindings::rb_replace_node(self.node_links, new_node_links, &mut self.rbtree.root) in replace()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 935 rb_replace_node(&mcast->rb_node, in ipoib_mcast_restart_task()
|
| /linux/security/apparmor/ |
| H A D | label.c | 653 rb_replace_node(&old->node, &new->node, &ls->root); in __label_replace()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 3209 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 318 rb_replace_node(&skb1->rbnode, &skb->rbnode, in mptcp_data_queue_ofo()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 1506 rb_replace_node(&old->gfn_node[idx], &new->gfn_node[idx], in kvm_replace_gfn_node()
|