Function report |
Source Code:block\blk-cgroup.c |
Create Date:2022-07-28 17:40:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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().
Proto:void blkcg_deactivate_policy(struct request_queue *q, const struct blkcg_policy *pol)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
const struct blkcg_policy * | pol |
1342 | If Not blkcg_policy_enabled(q, pol) Then Return |
1345 | If queue_is_mq(q) Then blk_mq_freeze_queue(q) |
1348 | spin_lock_irq( & queue_lock) |
1361 | spin_unlock_irq( & queue_lock) |
1363 | If queue_is_mq(q) Then blk_mq_unfreeze_queue(q) |
Name | Describe |
---|---|
blk_throtl_exit | |
blkcg_iolatency_exit | |
ioc_rqos_exit |
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 |