Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\radix-tree.c Create Date:2022-07-28 06:13:03
Last Modify:2022-05-21 10:04:37 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:replace_slot

Proto:static void replace_slot(void __rcu **slot, void *item, struct radix_tree_node *node, int count, int values)

Type:void

Parameter:

TypeParameterName
void __rcu **slot
void *item
struct radix_tree_node *node
intcount
intvalues
836  If node && (count || values) Then
837  count += count
838  nr_values += values
841  cu_assign_pointer() - assign to RCU-protected pointer*@p: pointer to assign to*@v: value to assign (publish)* Assigns the specified value to the specified RCU-protected* pointer, ensuring that any concurrent RCU readers will see* any prior initialization( * slot, item)
Caller
NameDescribe
__radix_tree_replace
__radix_tree_delete