Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lk_mq_complete_request - end I/O on a request*@rq: the request being processed* Description:* Ends all I/O on a request. It does not handle partial completions.* The actual completion happens out-of-order, through a IPI handler.

Proto:bool blk_mq_complete_request(struct request *rq)

Type:bool

Parameter:

TypeParameterName
struct request *rq
637  If Value for the false possibility is greater at compile time(blk_should_fake_timeout(q)) Then Return false
639  __blk_mq_complete_request(rq)
640  Return true
Caller
NameDescribe
bsg_job_donesg_job_done - completion routine for bsg requests*@job: bsg_job that is complete*@result: job reply result*@reply_payload_rcv_len: length of payload recvd* The LLD should call this when the bsg job has completed.