Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dmodule.c672 static inline int try_force_unload(unsigned int flags) in try_force_unload() function
680 static inline int try_force_unload(unsigned int flags) in try_force_unload() function
700 if (!(*sref->forced = try_force_unload(sref->flags))) in __try_stop_module()
808 forced = try_force_unload(flags); in SYSCALL_DEFINE2()