Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_init

Proto:static int __init bfq_init(void)

Type:int

Parameter:Nothing

6820  ret = -ENOMEM
6821  If bfq_slab_setup() Then Go to err_pol_unreg
6837  To improve readability, a conversion function is used to initialize* the following array, which entails that the array can be* initialized only in a function.[0] = msecs_to_jiffies: - convert milliseconds to jiffies*@m: time in milliseconds* conversion is done as follows:* - negative values mean 'infinite timeout' (MAX_JIFFY_OFFSET)* - 'too large' values [that would result in larger than
6838  To improve readability, a conversion function is used to initialize* the following array, which entails that the array can be* initialized only in a function.[1] = msecs_to_jiffies: - convert milliseconds to jiffies*@m: time in milliseconds* conversion is done as follows:* - negative values mean 'infinite timeout' (MAX_JIFFY_OFFSET)* - 'too large' values [that would result in larger than
6840  ret = elv_register( & iosched_bfq_mq)
6841  If ret Then Go to slab_kill
6844  Return 0
6846  slab_kill :
6847  bfq_slab_kill()
6848  err_pol_unreg :
6852  Return ret