Searched refs:__node (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | mdesc.h | 22 #define mdesc_for_each_node_by_name(__hdl, __node, __name) \ argument 23 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \ 24 (__node) != MDESC_NODE_NULL; \ 25 __node = mdesc_node_by_name(__hdl, __node, __name)) 55 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 56 for (__arc = mdesc_next_arc(__hdl, __node, __type); \
|
/linux-4.1.27/mm/ |
D | slab.h | 369 #define for_each_kmem_cache_node(__s, __node, __n) \ argument 370 for (__node = 0; __node < nr_node_ids; __node++) \ 371 if ((__n = get_node(__s, __node)))
|
/linux-4.1.27/include/linux/ |
D | nodemask.h | 418 #define for_each_node_state(__node, __state) \ argument 419 for_each_node_mask((__node), node_states[__state])
|
/linux-4.1.27/net/netrom/ |
D | nr_route.c | 322 #define nr_remove_node_locked(__node) \ argument 323 __nr_remove_node(__node)
|