Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-core.c Create Date:2022-07-28 17:00:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:flush_plug_callbacks

Proto:static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule)

Type:void

Parameter:

TypeParameterName
struct blk_plug *plug
boolfrom_schedule
1727  LIST_HEAD(callbacks)
1729  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
1730  list_splice_init - join two lists and reinitialise the emptied list.*@list: the new list to add.*@head: the place to add it in the first list.* The list at @list is reinitialised
Caller
NameDescribe
blk_flush_plug_list