Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\math\lcm.c Create Date:2022-07-28 06:43:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lcm_not_zero

Proto:unsigned long lcm_not_zero(unsigned long a, unsigned long b)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longa
unsigned longb
19  l = Lowest common multiple
21  If l Then Return l
24  Return If b Else a
Caller
NameDescribe
blk_stack_limitsadjust queue_limits for stacked devices