Searched refs:__node (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| H A D | mdesc.h | 24 #define mdesc_for_each_node_by_name(__hdl, __node, __name) \ argument 25 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \ 26 (__node) != MDESC_NODE_NULL; \ 27 __node = mdesc_node_by_name(__hdl, __node, __name)) 57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \
|
| /linux/include/linux/ |
| H A D | nodemask.h | 435 #define for_each_node_state(__node, __state) \ argument 436 for_each_node_mask((__node), node_states[__state])
|
| /linux/tools/objtool/ |
| H A D | elf.c | 38 struct elf_hash_node *__node = node; \ in str_hash_demangled() 39 __node->next = __elf_table_entry(elf, name, key); \ 40 __elf_table_entry(elf, name, key) = __node; \
|
| /linux/mm/ |
| H A D | slub.c | 476 #define for_each_kmem_cache_node(__s, __node, __n) \ argument 477 for (__node = 0; __node < nr_node_ids; __node++) \ 478 if ((__n = get_node(__s, __node)))
|