Home
last modified time | relevance | path

Searched refs:for_each (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Dsymbols.c56 static unsigned int for_each(const char *name, symbol_callback_t func, in for_each() function
99 if (for_each(sym->name, set_crc, &crc) == 0) in symbol_set_crc()
110 if (for_each(sym->name, set_ptr, ptr) == 0) in symbol_set_ptr()
122 if (for_each(sym->name, set_die, die) == 0) in symbol_set_die()
128 return for_each(name, NULL, NULL) > 0; in is_exported()
176 for_each(name, get_symbol, &sym); in symbol_get()
308 for_each(name, set_symbol_addr, &addr); in elf_set_symbol_addr()
/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci2 // 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 Dxarray.rs65 self.iter().for_each(|ptr| { in drop()
/linux/
H A D.clang-format68 # git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ tools/ \
69 # | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \