Home
last modified time | relevance | path

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

/kernel/irq/
DKconfig90 # Support forced irq threading
/kernel/
Dmodule.c920 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module() argument
924 *forced = try_force_unload(flags); in try_stop_module()
925 if (!(*forced)) in try_stop_module()
958 int ret, forced = 0; in SYSCALL_DEFINE2() local
992 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()