Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c818 static char last_unloaded_module[MODULE_NAME_LEN+1]; variable
1050 strlcpy(last_unloaded_module, mod->name, sizeof(last_unloaded_module)); in SYSCALL_DEFINE2()
4779 if (last_unloaded_module[0]) in print_modules()
4780 pr_cont(" [last unloaded: %s]", last_unloaded_module); in print_modules()