Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-iolatency.c Create Date:2022-07-28 17:45:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blkcg_iolatency_exit

Proto:static void blkcg_iolatency_exit(struct rq_qos *rqos)

Type:void

Parameter:

TypeParameterName
struct rq_qos *rqos
643  blkiolat = BLKIOLATENCY(rqos)
645  del_timer_sync( & timer)
646  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().
647  kfree(blkiolat)