Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lk_end_sync_rq - executes a completion event on a request*@rq: request to complete*@error: end I/O status of the request

Proto:static void blk_end_sync_rq(struct request *rq, blk_status_t error)

Type:void

Parameter:

TypeParameterName
struct request *rq
blk_status_terror
22  waiting = end_io_data
24  end_io_data = NULL
30  mplete: - signals a single thread waiting on this completion*@x: holds the state of this particular completion* This will wake up a single thread waiting on this completion. Threads will be* awakened in the same order in which they were queued.