Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blkdev.h Create Date:2022-07-28 05:46:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_wake_io_task

Proto:static inline void blk_wake_io_task(struct task_struct *waiter)

Type:void

Parameter:

TypeParameterName
struct task_struct *waiter
1827  If waiter == current process Then __set_current_state(TASK_RUNNING)
1829  Else wake_up_process - Wake up a specific process*@p: The process to be woken up.* Attempt to wake up the nominated process and move it to the set of runnable* processes.* Return: 1 if the process was woken up, 0 if it was already running.
Caller
NameDescribe
end_swap_bio_read
blkdev_bio_end_io_simple
blkdev_bio_end_io
iomap_dio_bio_end_io