Searched refs:for_each (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/gendwarfksyms/ |
| H A D | symbols.c | 57 static unsigned int for_each(const char *name, symbol_callback_t func, in for_each() function 100 if (for_each(sym->name, set_crc, &crc) == 0) in symbol_set_crc() 111 if (for_each(sym->name, set_ptr, ptr) == 0) in symbol_set_ptr() 123 if (for_each(sym->name, set_die, die) == 0) in symbol_set_die() 129 return for_each(name, NULL, NULL) > 0; in is_exported() 179 for_each(name, get_symbol, &sym); in symbol_get() 311 for_each(name, set_symbol_addr, &addr); in elf_set_symbol_addr()
|
| /linux/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 3 //# False positives can be due to function calls within the for_each
|
| /linux/rust/kernel/ |
| H A D | xarray.rs | 65 self.iter().for_each(|ptr| { in drop()
|
| /linux/ |
| H A D | .clang-format | 68 # git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \ 69 # | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 297 .for_each(|token| push_token_from_proc_macro(vec.as_mut(), token)); in extend()
|