HomeSort by: relevance | last modified time | path
    Searched defs:module_autotime (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_module.c 110 u_int module_autotime = 10; variable in typeref:typename:u_int
594 sysctl_module_autotime, 0, &module_autotime, 0,
1453 if (autoload && module_autotime > 0) {
1458 mod->mod_autotime = time_second + module_autotime;
1709 * modules after module_autotime seconds. If the system is under
1711 * module_autotime is zero, we don't try to unload, even if the
1735 } else if (module_autotime == 0 ||

Completed in 15 milliseconds