Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-28 09:37:00
Last Modify:2022-05-22 13:40:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_schedule_finish

Proto:void io_schedule_finish(int token)

Type:void

Parameter:

TypeParameterName
inttoken
5779  in_iowait = token
Caller
NameDescribe
io_schedule_timeoutThis task is about to go to sleep on IO. Increment rq->nr_iowait so* that process accounting knows that this is a task in IO wait state.
io_schedule
mutex_lock_io_nested