Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dipmi_si_intf.c260 static bool unload_when_empty = true; variable
1229 module_param(unload_when_empty, bool, 0);
1230 MODULE_PARM_DESC(unload_when_empty,
2149 if (unload_when_empty && list_empty(&smi_infos)) { in init_ipmi_si()