Searched refs:forced (Results 1 – 2 of 2) sorted by relevance
90 # Support forced irq threading
920 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument924 *forced = try_force_unload(flags); in try_stop_module()925 if (!(*forced)) in try_stop_module()958 int ret, forced = 0; in SYSCALL_DEFINE2() local992 forced = try_force_unload(flags); in SYSCALL_DEFINE2()993 if (!forced) { in SYSCALL_DEFINE2()1001 ret = try_stop_module(mod, flags, &forced); in SYSCALL_DEFINE2()