Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lock_getrq - get a free request entry in queue for block IO operations*@q: queue for operations*@bio: pending block IO operation (can be %NULL)*@rw: low bit indicates a read (%0) or a write (%1)* A request struct for queue @q has been allocated to handle

Proto:static inline void trace_block_getrq(struct request_queue *q, struct bio *bio, int rw)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct bio *bio
intrw

NULL

Caller
NameDescribe
blk_mq_make_request