Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/linux/
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-6.12.1/include/linux/
Drbtree.h54 extern void rb_replace_node(struct rb_node *victim, struct rb_node *new,
137 rb_replace_node(victim, new, &root->rb_root); in rb_replace_node_cached()
/linux-6.12.1/net/ipv4/
Dinet_fragment.c480 rb_replace_node(&skb->rbnode, &fp->rbnode, in inet_frag_reasm_prepare()
492 rb_replace_node(&head->rbnode, &skb->rbnode, in inet_frag_reasm_prepare()
638 rb_replace_node(&head->rbnode, &skb->rbnode, in inet_frag_pull_head()
Dtcp_input.c5091 rb_replace_node(&skb1->rbnode, &skb->rbnode, in tcp_data_queue_ofo()
/linux-6.12.1/lib/
Drbtree.c553 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() function
568 EXPORT_SYMBOL(rb_replace_node);
/linux-6.12.1/tools/lib/
Drbtree.c545 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() function
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Drbtree.rst153 void rb_replace_node(struct rb_node *old, struct rb_node *new,
/linux-6.12.1/security/landlock/
Druleset.c263 rb_replace_node(&this->node, &new_rule->node, root); in insert_rule()
/linux-6.12.1/drivers/infiniband/hw/mlx4/
Dcm.c212 rb_replace_node(&ent->node, &new->node, sl_id_map); in sl_id_map_add()
/linux-6.12.1/mm/
Dksm.c796 rb_replace_node(&dup->node, &chain->node, root); in alloc_stable_node_chain()
1692 rb_replace_node(&stable_node->node, &found->node, in stable_node_dup()
1937 rb_replace_node(&stable_node_dup->node, in stable_tree_search()
/linux-6.12.1/fs/jffs2/
Dnodelist.c317 rb_replace_node(&this->rb, &newfrag->rb, root); in jffs2_add_frag_to_fragtree()
Dreadinode.c286 rb_replace_node(&this->rb, &tn->rb, &rii->tn_root); in jffs2_add_tn_to_tree()
/linux-6.12.1/rust/kernel/
Drbtree.rs1261 bindings::rb_replace_node(self.node_links, new_node_links, &mut self.rbtree.root) in replace()
/linux-6.12.1/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c935 rb_replace_node(&mcast->rb_node, in ipoib_mcast_restart_task()
/linux-6.12.1/Documentation/core-api/
Drbtree.rst161 void rb_replace_node(struct rb_node *old, struct rb_node *new,
/linux-6.12.1/fs/btrfs/
Dextent_map.c615 rb_replace_node(&cur->rb_node, &new->rb_node, &tree->root); in replace_extent_mapping()
/linux-6.12.1/fs/
Dxattr.c1254 rb_replace_node(&old_xattr->rb_node, in simple_xattr_set()
/linux-6.12.1/security/apparmor/
Dlabel.c645 rb_replace_node(&old->node, &new->node, &ls->root); in __label_replace()
/linux-6.12.1/fs/nfs/
Ddir.c3167 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
/linux-6.12.1/net/mptcp/
Dprotocol.c284 rb_replace_node(&skb1->rbnode, &skb->rbnode, in mptcp_data_queue_ofo()
/linux-6.12.1/virt/kvm/
Dkvm_main.c1495 rb_replace_node(&old->gfn_node[idx], &new->gfn_node[idx], in kvm_replace_gfn_node()