Searched refs:allow_unload (Results 1 – 2 of 2) sorted by relevance
22 MODULE_PARM(allow_unload, "i");23 MODULE_PARM_DESC(allow_unload, "Allow module to be unloaded.");25 static int allow_unload; variable27 static int allow_unload = 1; variable810 if (allow_unload && state == STOPPED && !GET_USE_COUNT(THIS_MODULE)) in can_unload()
509 * module/oprofile.c: make allow_unload exist for UP1326 * oprofile.c: don't allow unload on SMP unless allow_unload