Home
last modified time | relevance | path

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

/kernel/
Dlockdep.c3179 static inline int within(const void *addr, void *start, unsigned long size) in within() function
3203 if (within(class->key, start, size)) in lockdep_free_key_range()
3205 else if (within(class->name, start, size)) in lockdep_free_key_range()
Dmodule.c2387 static inline int within(unsigned long addr, void *start, unsigned long size) in within() function
2748 if (within(addr, mod->module_init, mod->init_text_size) in __module_text_address()
2749 || within(addr, mod->module_core, mod->core_text_size)) in __module_text_address()