Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:knode_klist

Proto:static struct klist *knode_klist(struct klist_node *knode)

Type:struct klist

Parameter:

TypeParameterName
struct klist_node *knode
49  Return never access directly & KNODE_KLIST_MASK
Caller
NameDescribe
klist_add_behindklist_add_behind - Init a klist_node and add it after an existing node*@n: node we're adding.*@pos: node to put @n after
klist_add_beforeklist_add_before - Init a klist_node and add it before an existing node*@n: node we're adding.*@pos: node to put @n after
klist_put