函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\parman.c Create Date:2022-07-27 08:21:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:parman_prio_first_item

函数原型:static struct parman_item *parman_prio_first_item(struct parman_prio *prio)

返回类型:struct parman_item

参数:

类型参数名称
struct parman_prio *prio
95  返回:list_first_entry - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.* Note, that list is expected to be not empty.( & item_list, typeof(structparman_item), list)
调用者
名称描述
parman_prio_first_index
parman_prio_shift_down