Searched refs:N_POSSIBLE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | nodemask.h | 373 N_POSSIBLE, /* The node could become online at some point */ enumerator 466 #define node_possible_map node_states[N_POSSIBLE] 469 #define num_possible_nodes() num_node_state(N_POSSIBLE) 471 #define node_possible(node) node_state((node), N_POSSIBLE) 473 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)
|
/linux-2.6.39/drivers/base/ |
D | node.c | 608 _NODE_ATTR(possible, N_POSSIBLE),
|
/linux-2.6.39/mm/ |
D | memcontrol.c | 489 for_each_node_state(node, N_POSSIBLE) { in mem_cgroup_remove_from_trees() 4472 for_each_node_state(node, N_POSSIBLE) in __mem_cgroup_free() 4530 for_each_node_state(node, N_POSSIBLE) { in mem_cgroup_soft_limit_tree_init() 4560 for_each_node_state(node, N_POSSIBLE) in mem_cgroup_create()
|
D | page_alloc.c | 82 [N_POSSIBLE] = NODE_MASK_ALL,
|