函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\btf.c Create Date:2022-07-27 14:34:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Regular int is not a bit field and it must be either* u8/u16/u32/u64 or __int128.

函数原型:static bool btf_type_int_is_regular(const struct btf_type *t)

返回类型:bool

参数:

类型参数名称
const struct btf_type *t
594  int_data等于btf_type_int(t)
595  nr_bits等于BTF_INT_BITS(int_data)
596  nr_bytes等于BITS_ROUNDUP_BYTES(nr_bits)
597  如果BITS_PER_BYTE_MASKED(nr_bits)或BTF_INT_OFFSET(int_data)或nr_bytes不等于sizeof(u8)且nr_bytes不等于sizeof(u16)且nr_bytes不等于sizeof(u32)且nr_bytes不等于sizeof(u64)且nr_bytes不等于2乘sizeof(u64)则
602  返回:false
605  返回:true
调用者
名称描述
btf_int_check_kflag_member
btf_array_resolve