Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:throtl_init

Proto:static int __init throtl_init(void)

Type:int

Parameter:Nothing

2534  A workqueue to queue throttle related work = alloc_workqueue("kthrotld", WQ_MEM_RECLAIM, 0)
2535  If Not A workqueue to queue throttle related work Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
2538  Return lkcg_policy_register - register a blkcg policy*@pol: blkcg policy to register* Register @pol with blkcg core. Might sleep and @pol may be modified on* successful registration. Returns 0 on success and -errno on failure.