Query: __blk_end_request_all
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__BLK_END_REQUEST_AL(9) Block Devices __BLK_END_REQUEST_AL(9)NAME__blk_end_request_all - Helper function for drives to finish the request.SYNOPSISvoid __blk_end_request_all(struct request * rq, int error);ARGUMENTSrq the request to finish error 0 for success, < 0 for errorDESCRIPTIONCompletely finish rq. Must be called with queue lock held.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __BLK_END_REQUEST_AL(9)
Related Man Pages |
---|
ccw_device_start_key(9) - centos |
del_timer_sync(9) - centos |
srp_reconnect_rport(9) - centos |
usb_kill_urb(9) - centos |
usb_sg_init(9) - centos |
Similar Topics in the Unix Linux Community |
---|
Ending SCSI request in block level driver |