函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:queue_is_mq

函数原型:static inline bool queue_is_mq(struct request_queue *q)

返回类型:bool

参数:

类型参数名称
struct request_queue *q
679  返回:mq_ops
调用者
名称描述
elv_iosched_store
elv_iosched_show
blk_set_queue_dying
blk_cleanup_queue释放请求队列
generic_make_request_checks
blk_lld_busylk_lld_busy - Check if underlying low-level drivers of a device are busy*@q : the queue of the device being checked* Description:* Check if underlying low-level drivers of a device are busy
queue_requests_store
__blk_release_queue__blk_release_queue - release a request queue*@work: pointer to the release_work member of the request queue to be released* Description:* This function is called when a block device is being unregistered
blk_register_queuelk_register_queue - register a block layer queue with sysfs*@disk: Disk of which the request queue should be registered with sysfs.
blk_unregister_queuelk_unregister_queue - counterpart of blk_register_queue()*@disk: Disk of which the request queue should be unregistered from sysfs.* Note: the caller is responsible for guaranteeing that this function is called* after blk_register_queue() has finished.
blk_freeze_queue_start
part_inc_in_flight
part_dec_in_flight
part_in_flight
part_in_flight_rw
bsg_register_queue
blkcg_activate_policylkcg_activate_policy - activate a blkcg policy on a request_queue*@q: request_queue of interest*@pol: blkcg policy to activate* Activate @pol on @q
blkcg_deactivate_policylkcg_deactivate_policy - deactivate a blkcg policy on a request_queue*@q: request_queue of interest*@pol: blkcg policy to deactivate* Deactivate @pol on @q. Follows the same synchronization rules as* blkcg_activate_policy().
blk_throtl_register_queue
blk_revalidate_disk_zoneslk_revalidate_disk_zones - (re)allocate and initialize zone bitmaps*@disk: Target disk* Helper function for low-level device drivers to (re) allocate and initialize* a disk request queue zone bitmaps. This functions should normally be called
wbt_enable_defaultEnable wbt if defaults are configured that way