Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_inline_int

Proto:static bool is_inline_int(struct type_descriptor *type)

Type:bool

Parameter:

TypeParameterName
struct type_descriptor *type
78  inline_bits = sizeof(unsignedlong) * 8
79  bits = type_bit_width(type)
81  WARN_ON(!type_is_int(type))
83  Return bits <= inline_bits
Caller
NameDescribe
get_signed_val
get_unsigned_val