Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parman_prio_shift_down

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

Type:void

Parameter:

TypeParameterName
struct parman *parman
struct parman_prio *prio
139  If Not parman_prio_used(prio) Then Return
141  item = parman_prio_first_item(prio)
142  to_index = parman_prio_last_index(prio) + 1
143  __parman_prio_move(parman, prio, item, to_index, 1)
144  list_move_tail - delete from one list and add as another's tail*@list: the entry to move*@head: the head that will follow our entry
145  index = to_index
Caller
NameDescribe
parman_lsort_item_add