Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rht_assign_unlock

Proto:static inline void rht_assign_unlock(struct bucket_table *tbl, struct rhash_lock_head **bkt, struct rhash_head *obj)

Type:void

Parameter:

TypeParameterName
struct bucket_table *tbl
struct rhash_lock_head **bkt
struct rhash_head *obj
403  __rcu * p = bkt
405  If rht_is_a_nulls(obj) Then obj = NULL
407  lock_map_release( & dep_map)
408  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( * p, obj)
409  preempt_enable()
410  __release(bitlock)
411  local_bh_enable()
Caller
NameDescribe
rhashtable_rehash_one