Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:klist_iter_exit - Finish a list iteration.*@i: Iterator structure.* Must be called when done iterating over list, as it decrements the* refcount of the current node. Necessary in case iteration exited before

Proto:void klist_iter_exit(struct klist_iter *i)

Type:void

Parameter:

TypeParameterName
struct klist_iter *i
313  If i_cur Then
314  klist_put(i_cur, false)
315  i_cur = NULL