Searched refs:last_unloaded_module (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/module/
H A Dmain.c535 } last_unloaded_module; variable in typeref:struct:__anon1319
764 strscpy(last_unloaded_module.name, mod->name, sizeof(last_unloaded_module.name));
765 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.taints));
3371 if (last_unloaded_module.name[0])
3372 pr_cont(" [last unloaded: %s%s]", last_unloaded_module.name,
3373 last_unloaded_module.taints);

Completed in 226 milliseconds