Function report |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-28 05:46:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:queue_is_mq
Proto:static inline bool queue_is_mq(struct request_queue *q)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
679 | Return mq_ops |
Name | Describe |
---|---|
elv_iosched_store | |
elv_iosched_show | |
blk_set_queue_dying | |
blk_cleanup_queue | lk_cleanup_queue - shutdown a request queue*@q: request queue to shutdown* Mark @q DYING, drain all pending requests, mark @q DEAD, destroy and* put it. All future requests will be failed immediately with -ENODEV. |
generic_make_request_checks | |
blk_lld_busy | lk_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_queue | lk_register_queue - register a block layer queue with sysfs*@disk: Disk of which the request queue should be registered with sysfs. |
blk_unregister_queue | lk_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_policy | lkcg_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_policy | lkcg_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_zones | lk_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_default | Enable wbt if defaults are configured that way |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |