Home
last modified time | relevance | path

Searched refs:module_flags (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/sof/
H A Dext_manifest4.h114 uint32_t module_flags; /* flags, reserved for future use */ member
/linux/kernel/module/
H A Dprocfs.c100 seq_printf(m, " %s", module_flags(mod, buf, true)); in m_show()
H A Dinternal.h129 char *module_flags(struct module *mod, char *buf, bool show_state);
H A Dmain.c845 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false)); in SYSCALL_DEFINE2()
3754 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() function
3904 pr_cont(" %s%s", mod->name, module_flags(mod, buf, true)); in print_modules()