Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\reciprocal_div.h Create Date:2022-07-28 06:43:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:reciprocal_divide

Proto:static inline u32 reciprocal_divide(u32 a, struct reciprocal_value R)

Type:u32

Parameter:

TypeParameterName
u32a
struct reciprocal_valueR
35  t = a * m >> 32
36  Return t + ( a - t >> sh1) >> sh2