Searched refs:__node (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sparc/include/asm/ |
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/mm/ |
A D | slab.h | 572 #define for_each_kmem_cache_node(__s, __node, __n) \ argument 573 for (__node = 0; __node < nr_node_ids; __node++) \ 574 if ((__n = get_node(__s, __node)))
|
/linux/include/linux/ |
A D | nodemask.h | 434 #define for_each_node_state(__node, __state) \ argument 435 for_each_node_mask((__node), node_states[__state])
|
/linux/net/netrom/ |
A D | nr_route.c | 294 #define nr_remove_node_locked(__node) \ argument 295 __nr_remove_node(__node)
|
Completed in 12 milliseconds