Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk.h Create Date:2022-07-28 12:15:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_should_fake_timeout

Proto:static inline int blk_should_fake_timeout(struct request_queue *q)

Type:int

Parameter:

TypeParameterName
struct request_queue *q
225  Return 0
Caller
NameDescribe
blk_mq_complete_requestlk_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.