Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:FIXME: It'd be nice to isolate modules during init, too, so theyaren't used before they (may) fail. But presently too much code(IDE & SCSI) require entry into the module during init.

Proto:static inline bool module_is_live(struct module *mod)

Type:bool

Parameter:

TypeParameterName
struct module *mod
532  Return state != Going away.