Home
last modified time | relevance | path

Searched refs:rb_replace_node (Results 1 – 18 of 18) sorted by relevance

/linux/tools/include/linux/
H A Drbtree.h63 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 Drbtree.h82 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 Dinet_fragment.c528 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 Dtcp_input.c5492 rb_replace_node(&skb1->rbnode, &skb->rbnode, in tcp_data_queue_ofo()
/linux/lib/
H A Drbtree.c524 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 Drbtree.c545 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 Drbtree.rst153 void rb_replace_node(struct rb_node *old, struct rb_node *new,
/linux/security/landlock/
H A Druleset.c271 rb_replace_node(&this->node, &new_rule->node, root); in insert_rule()
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c212 rb_replace_node(&ent->node, &new->node, sl_id_map); in sl_id_map_add()
/linux/fs/jffs2/
H A Dnodelist.c317 rb_replace_node(&this->rb, &newfrag->rb, root); in jffs2_add_frag_to_fragtree()
H A Dreadinode.c286 rb_replace_node(&this->rb, &tn->rb, &rii->tn_root); in jffs2_add_tn_to_tree()
/linux/mm/
H A Dksm.c857 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 Drbtree.rs343 // 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 Dipoib_multicast.c935 rb_replace_node(&mcast->rb_node, in ipoib_mcast_restart_task()
/linux/security/apparmor/
H A Dlabel.c653 rb_replace_node(&old->node, &new->node, &ls->root); in __label_replace()
/linux/fs/nfs/
H A Ddir.c3209 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
/linux/net/mptcp/
H A Dprotocol.c318 rb_replace_node(&skb1->rbnode, &skb->rbnode, in mptcp_data_queue_ofo()
/linux/virt/kvm/
H A Dkvm_main.c1506 rb_replace_node(&old->gfn_node[idx], &new->gfn_node[idx], in kvm_replace_gfn_node()