Searched refs:scsi_end_request (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_lib.c | 565 static bool scsi_end_request(struct request *req, blk_status_t error, in scsi_end_request() function 586 * call_rcu() has been called before scsi_end_request() is in scsi_end_request() 827 if (!scsi_end_request(req, blk_stat, blk_rq_err_bytes(req))) in scsi_io_completion_action() 936 * c) We can call scsi_end_request() with blk_stat other than 969 if (likely(!scsi_end_request(req, blk_stat, good_bytes))) in scsi_io_completion() 975 if (scsi_end_request(req, blk_stat, blk_rq_bytes(req))) in scsi_io_completion() 1636 * this request, see scsi_end_request(). in scsi_mq_get_budget()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_lib.c | 532 static bool scsi_end_request(struct request *req, blk_status_t error, in scsi_end_request() function 554 * call_rcu() has been called before scsi_end_request() is in scsi_end_request() 840 if (!scsi_end_request(req, blk_stat, scsi_rq_err_bytes(req))) in scsi_io_completion_action() 951 * c) We can call scsi_end_request() with blk_stat other than 976 if (likely(!scsi_end_request(req, blk_stat, good_bytes))) in scsi_io_completion() 982 if (scsi_end_request(req, blk_stat, blk_rq_bytes(req))) in scsi_io_completion() 1685 * this request, see scsi_end_request(). in scsi_mq_get_budget()
|
Completed in 8 milliseconds