Searched refs:forced (Results 1 – 2 of 2) sorted by relevance
94 # Support forced irq threading
898 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument902 *forced = try_force_unload(flags); in try_stop_module()903 if (!(*forced)) in try_stop_module()936 int ret, forced = 0; in SYSCALL_DEFINE2() local970 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()