Home
last modified time | relevance | path

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

/kernel/gcov/
Dbase.c129 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/
Dlockdep.c3892 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/
DKconfig271 of OPP varies over silicon within the same family of devices.
/kernel/
Dmodule.c3410 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()