Searched refs:within (Results 1 – 3 of 3) sorted by relevance
/kernel/rcu/ |
D | Kconfig | 58 permits arbitrary sleeping or blocking within RCU read-side critical
|
/kernel/ |
D | module.c | 4257 static inline int within(unsigned long addr, void *start, unsigned long size) in within() function 4784 if (!within(addr, mod->init_layout.base, mod->init_layout.text_size) in __module_text_address() 4785 && !within(addr, mod->core_layout.base, mod->core_layout.text_size)) in __module_text_address()
|
/kernel/locking/ |
D | lockdep.c | 5951 static inline int within(const void *addr, void *start, unsigned long size) in within() function 6052 if (!within(class->key, start, size) && in __lockdep_free_key_range() 6053 !within(class->name, start, size)) in __lockdep_free_key_range()
|