Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\sync.c Create Date:2022-07-28 20:11:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:emergency_sync

Proto:void emergency_sync(void)

Type:void

Parameter:Nothing

150  work = Allocation memory
151  If work Then
152  INIT_WORK(work, do_sync_work)
153  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
Caller
NameDescribe
__orderly_poweroff