Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\util.c Create Date:2022-07-28 16:39:49
Last Modify:2022-05-23 18:05:07 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ipc_rcu_putref

Proto:void ipc_rcu_putref(struct kern_ipc_perm *ptr, void (*func)(struct rcu_head *head))

Type:void

Parameter:

TypeParameterName
struct kern_ipc_perm *ptr
void (*func
502  If Not _dec_and_test - decrement a refcount and test if it is 0*@r: the refcount* Similar to atomic_dec_and_test(), it will WARN on underflow and fail to* decrement when saturated at REFCOUNT_SATURATED Then Return
505  all_rcu() - Queue an RCU callback for invocation after a grace period