Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:radix_tree_node_rcu_free

Proto:void radix_tree_node_rcu_free(struct rcu_head *head)

Type:void

Parameter:

TypeParameterName
struct rcu_head *head
303  node = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(head, structradix_tree_node, rcu_head)
311  memset(slots, 0, size of slots )
312  memset(tags, 0, size of tags )
313  Initialization list head
315  kmem_cache_free(Radix tree node cache., node)