函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bsg-lib.c Create Date:2022-07-27 19:14:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:void bsg_job_done(struct bsg_job *job, int result, unsigned int reply_payload_rcv_len)

返回类型:void

参数:

类型参数名称
struct bsg_job *job
intresult
unsigned intreply_payload_rcv_len
184  result等于result
185  reply_payload_rcv_len等于reply_payload_rcv_len
186  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.