Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
A Dipmi_si_intf.c260 static bool unload_when_empty = true; variable
1228 module_param(unload_when_empty, bool, 0);
1229 MODULE_PARM_DESC(unload_when_empty,
2143 if (unload_when_empty && list_empty(&smi_infos)) { in init_ipmi_si()
/linux/Documentation/driver-api/
A Dipmi.rst406 unload_when_empty=[0|1]
460 If unload_when_empty is set to 1, the driver will be unloaded if it

Completed in 12 milliseconds