Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:module_flags_taint

Proto:static size_t module_flags_taint(struct module *mod, char *buf)

Type:size_t

Parameter:

TypeParameterName
struct module *mod
char *buf
1183  l = 0
1186  When i < TAINT_FLAGS_COUNT cycle
1187  If also show as a per-module taint flag && st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then buf[l++] = character printed when tainted
1191  Return l
Caller
NameDescribe
show_taint
module_flagsKeep in sync with MODULE_FLAGS_BUF_SIZE !!!