Home
last modified time | relevance | path

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

/kernel/irq/
DKconfig94 # Support forced irq threading
/kernel/
Dmodule.c898 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument
902 *forced = try_force_unload(flags); in try_stop_module()
903 if (!(*forced)) in try_stop_module()
936 int ret, forced = 0; in SYSCALL_DEFINE2() local
970 forced = try_force_unload(flags); in SYSCALL_DEFINE2()
971 if (!forced) { in SYSCALL_DEFINE2()
979 ret = try_stop_module(mod, flags, &forced); in SYSCALL_DEFINE2()