函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-mq.c Create Date:2022-07-27 18:44:19
Last Modify:2020-03-17 23:18:05 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:bool blk_mq_complete_request(struct request *rq)

返回类型:bool

参数:

类型参数名称
struct request *rq
637  如果此条件成立可能性小(为编译器优化)(blk_should_fake_timeout(q))则返回:false
639  __blk_mq_complete_request(rq)
640  返回:true
调用者
名称描述
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.