Home
last modified time | relevance | path

Searched refs:__node (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dmdesc.h24 #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 Dnodemask.h441 #define for_each_node_state(__node, __state) \ argument
442 for_each_node_mask((__node), node_states[__state])
/linux/tools/objtool/
H A Delf.c38 struct elf_hash_node *__node = node; \
39 __node->next = __elf_table_entry(name, key); \
40 __elf_table_entry(name, key) = __node; \
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c868 #define to_drm_gpuva(__node) container_of((__node), struct drm_gpuva, rb.node) argument
/linux/mm/
H A Dslub.c443 #define for_each_kmem_cache_node(__s, __node, __n) \ argument
444 for (__node = 0; __node < nr_node_ids; __node++) \
445 if ((__n = get_node(__s, __node)))