Home
last modified time | relevance | path

Searched refs:N_POSSIBLE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h391 N_POSSIBLE, /* The node could become online at some point */ enumerator
506 #define node_possible_map node_states[N_POSSIBLE]
509 #define num_possible_nodes() num_node_state(N_POSSIBLE)
511 #define node_possible(node) node_state((node), N_POSSIBLE)
513 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE)
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c1010 [N_POSSIBLE] = _NODE_ATTR(possible, N_POSSIBLE),
1023 &node_state_attr[N_POSSIBLE].attr.attr,
/OK3568_Linux_fs/kernel/arch/mips/loongson64/
H A Dnuma.c62 node_set_state(num_online_nodes(), N_POSSIBLE); in cpu_node_probe()
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c162 [N_POSSIBLE] = NODE_MASK_ALL,