Searched refs:__node (Results 1 – 5 of 5) 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/sched/ |
| H A D | ext.h | 152 #define INIT_DSQ_LIST_CURSOR(__node, __flags, __priv) \ argument 154 .node = LIST_HEAD_INIT((__node).node), \
|
| /linux/include/linux/ |
| H A D | nodemask.h | 427 #define for_each_node_state(__node, __state) \ argument 428 for_each_node_mask((__node), node_states[__state])
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 964 #define to_drm_gpuva(__node) container_of((__node), struct drm_gpuva, rb.node) argument
|
| /linux/mm/ |
| H A D | slub.c | 530 #define for_each_kmem_cache_node(__s, __node, __n) \ argument 531 for (__node = 0; __node < nr_node_ids; __node++) \ 532 if ((__n = get_node(__s, __node)))
|