Home
last modified time | relevance | path

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

/include/linux/
Dmodule.h665 static inline bool within_module_init(unsigned long addr, in within_module_init() function
677 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()
824 static inline bool within_module_init(unsigned long addr, in within_module_init() function