Home
last modified time | relevance | path

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

/kernel/rcu/
DKconfig57 permits arbitrary sleeping or blocking within RCU read-side critical
/kernel/locking/
Dlockdep.c4896 static inline int within(const void *addr, void *start, unsigned long size) in within() function
4999 if (!within(class->key, start, size) && in __lockdep_free_key_range()
5000 !within(class->name, start, size)) in __lockdep_free_key_range()
/kernel/
Dmodule.c4032 static inline int within(unsigned long addr, void *start, unsigned long size) in within() function
4541 if (!within(addr, mod->init_layout.base, mod->init_layout.text_size) in __module_text_address()
4542 && !within(addr, mod->core_layout.base, mod->core_layout.text_size)) in __module_text_address()