| Function report | 
| Source Code: block\blk-core.c | Create Date:2022-07-28 16:59:07 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:lk_queue_flag_set - atomically set a queue flag*@flag: flag to be set*@q: request queue
Proto:void blk_queue_flag_set(unsigned int flag, struct request_queue *q)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned int | flag | |
| struct request_queue * | q | 
| Name | Describe | 
|---|---|
| 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. | 
| queue_store_nonrot | |
| queue_store_random | |
| queue_store_iostats | |
| queue_nomerges_store | |
| queue_poll_store | |
| queue_wc_store | |
| 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_queue_write_cache | configure queue's write cache | 
| blk_mq_quiesce_queue_nowait | FIXME: replace the scsi_internal_device_*block_nowait() calls in the* mpt3sas driver such that this function can be removed. | 
| blk_mq_init_allocated_queue | |
| blk_stat_add_callback | |
| blk_stat_enable_accounting | |
| ioc_qos_write | 
| 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 |