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

/linux-4.1.27/kernel/
H A Dmodule.c627 static char last_unloaded_module[MODULE_NAME_LEN+1]; variable
857 strlcpy(last_unloaded_module, mod->name, sizeof(last_unloaded_module)); SYSCALL_DEFINE2()
3935 if (last_unloaded_module[0]) print_modules()
3936 pr_cont(" [last unloaded: %s]", last_unloaded_module); print_modules()

Completed in 129 milliseconds