Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parman_prio_shift_up

Proto:static void parman_prio_shift_up(struct parman *parman, struct parman_prio *prio)

Type:void

Parameter:

TypeParameterName
struct parman *parman
struct parman_prio *prio
154  If Not parman_prio_used(prio) Then Return
156  item = parman_prio_last_item(prio)
157  to_index = parman_prio_first_index(prio) - 1
158  __parman_prio_move(parman, prio, item, to_index, 1)
159  list_move - delete from one list and add as another's head*@list: the entry to move*@head: the head that will precede our entry
160  index = to_index
Caller
NameDescribe
parman_lsort_item_remove