/scripts/gdb/linux/ |
A D | genpd.py | 9 from linux.lists import list_for_each_entry 53 for link in list_for_each_entry( 65 for pm_data in list_for_each_entry(genpd['dev_list'], 78 for genpd in list_for_each_entry(
|
A D | device.py | 9 from linux.lists import list_for_each_entry 31 return list_for_each_entry(kset['list'], 68 return list_for_each_entry(klist['k_list'],
|
A D | modules.py | 33 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"): 95 for use in lists.list_for_each_entry(sources, t, "source_list"):
|
A D | slab.py | 165 for slab in lists.list_for_each_entry(slab_list, slab_ptr_type, "slab_list"): 190 for cache in lists.list_for_each_entry(slab_caches, kmem_cache_ptr_type, 'list'): 285 for slab in lists.list_for_each_entry(slab, slab_ptr_type, 'slab_list'): 298 for cache in lists.list_for_each_entry(slab_caches, kmem_cache_ptr_type, 'list'):
|
A D | vmalloc.py | 35 … for vmap_area in lists.list_for_each_entry(vn['busy']['head'], vmap_area_ptr_type, "list"):
|
A D | tasks.py | 29 for thread in lists.list_for_each_entry(thread_head, task_ptr_type, 'thread_node'):
|
A D | lists.py | 41 def list_for_each_entry(head, gdbtype, member): function
|
/scripts/coccinelle/iterators/ |
A D | list_entry_update.cocci | 2 /// list_for_each_entry uses its first argument to get from one element of 20 iterator name list_for_each_entry; 25 list_for_each_entry@p1(x,...) { <... x =@p2 E ...> } 35 list_for_each_entry@p1(x,...) S 47 list_for_each_entry@p1(x,...) S
|
A D | use_after_iter.cocci | 2 /// If list_for_each_entry, etc complete a traversal of the list, the iterator 24 iterator name list_for_each_entry; 43 list_for_each_entry@p1(c,...,member) { ... when != break; 90 list_for_each_entry(c,...) S
|
/scripts/kconfig/ |
A D | mnconf-common.c | 30 list_for_each_entry(pos, data->head, entries) { in handle_search_keys()
|
A D | preprocess.c | 74 list_for_each_entry(e, &env_list, node) { in env_expand() 247 list_for_each_entry(v, &variable_list, node) { in variable_lookup()
|
A D | symbol.c | 84 list_for_each_entry(m, &sym->menus, link) in sym_get_prompt_menu() 196 list_for_each_entry(menu, &sym->menus, link) in sym_set_changed() 306 list_for_each_entry(sym, &choice->choice_members, choice_link) { in sym_calc_choice()
|
A D | menu.c | 732 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str() 739 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str()
|
A D | mconf.c | 325 list_for_each_entry(sp, &trail, entries) { in set_subtitle()
|
/scripts/mod/ |
A D | modpost.c | 180 list_for_each_entry(mod, &modules, list) { in find_module() 299 list_for_each_entry(list, head, list) { in contains_namespace() 1736 list_for_each_entry(s, &mod->unresolved_symbols, list) { in check_exports() 1861 list_for_each_entry(sym, &mod->exported_symbols, list) { in add_exported_symbols() 1875 list_for_each_entry(sym, &mod->exported_symbols, list) { in add_exported_symbols() 1903 list_for_each_entry(s, &mod->unresolved_symbols, list) { in add_extended_versions() 1917 list_for_each_entry(s, &mod->unresolved_symbols, list) { in add_extended_versions() 2182 list_for_each_entry(mod, &modules, list) { in write_dump() 2205 list_for_each_entry(mod, &modules, list) { in write_namespace_deps_files() 2330 list_for_each_entry(mod, &modules, list) { in main() [all …]
|
A D | file2alias.c | 90 list_for_each_entry(als, &mod->aliases, node) { in module_alias_printf()
|
/scripts/gendwarfksyms/ |
A D | types.c | 60 list_for_each_entry(entry, list, list) { in type_list_write() 329 list_for_each_entry(entry, &type->expanded, list) { in __calculate_version() 365 list_for_each_entry(df, &cache->fragments, list) { in __type_expand()
|
A D | dwarf.c | 810 list_for_each_entry(df, &cache->fragments, list) { in process_cached()
|
/scripts/include/ |
A D | list.h | 284 #define list_for_each_entry(pos, head, member) \ macro
|