Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\klist.c Create Date:2022-07-28 06:16:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:klist_del - Decrement the reference count of node and try to remove.*@n: node we're deleting.

Proto:void klist_del(struct klist_node *n)

Type:void

Parameter:

TypeParameterName
struct klist_node *n
230  klist_put(n, true)
Caller
NameDescribe
klist_removeklist_remove - Decrement the refcount of node and wait for it to go away.*@n: node we're removing.