Home
last modified time | relevance | path

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

/kernel/rcu/
DKconfig58 permits arbitrary sleeping or blocking within RCU read-side critical
/kernel/
Dmodule.c4257 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/
Dlockdep.c5951 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()