函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\block.h Create Date:2022-07-27 13:24:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lock_unplug - release of operations requests in request queue*@q: request queue to unplug*@depth: number of requests just added to the queue*@explicit: whether this was an explicit unplug, or one from schedule()* Unplug request queue @q because device

函数原型:static inline void trace_block_unplug(struct request_queue *q, unsigned int depth, bool explicit)

返回类型:void

参数:

类型参数名称
struct request_queue *q
unsigned intdepth
boolexplicit

NULL

调用者
名称描述
blk_mq_flush_plug_list
blk_mq_make_request