Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\hashtable.h Create Date:2022-07-28 05:46:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hash_del_rcu - remove an object from a rcu enabled hashtable*@node: &struct hlist_node of the object to remove

Proto:static inline void hash_del_rcu(struct hlist_node *node)

Type:void

Parameter:

TypeParameterName
struct hlist_node *node
116  hlist_del_init_rcu - deletes entry from hash list with re-initialization*@n: the element to delete from the hash list.* Note: list_unhashed() on the node return true after this. It is* useful for RCU based read lockfree traversal if the writer side
Caller
NameDescribe
klp_shadow_free_struct