Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\resource.c Create Date:2022-07-28 09:05:43
Last Modify:2022-05-22 11:14:39 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:resource_list_free

Proto:void resource_list_free(struct list_head *head)

Type:void

Parameter:

TypeParameterName
struct list_head *head
1641  list_for_each_entry_safe - iterate over list of given type safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage*@head: the head for your list.(entry, tmp, head, node)
1642  resource_list_destroy_entry(entry)