Searched refs:within (Results 1 – 4 of 4) sorted by relevance
/kernel/gcov/ |
D | base.c | 129 static inline int within(void *addr, void *start, unsigned long size) in within() function 148 if (within(info, mod->module_core, mod->core_size)) { in gcov_module_notifier()
|
/kernel/locking/ |
D | lockdep.c | 3892 static inline int within(const void *addr, void *start, unsigned long size) in within() function 3916 if (within(class->key, start, size)) in lockdep_free_key_range() 3918 else if (within(class->name, start, size)) in lockdep_free_key_range()
|
/kernel/power/ |
D | Kconfig | 271 of OPP varies over silicon within the same family of devices.
|
/kernel/ |
D | module.c | 3410 static inline int within(unsigned long addr, void *start, unsigned long size) in within() function 3850 if (!within(addr, mod->module_init, mod->init_text_size) in __module_text_address() 3851 && !within(addr, mod->module_core, mod->core_text_size)) in __module_text_address()
|