Home
last modified time | relevance | path

Searched refs:N_CPU (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dhmat.c119 initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU); in alloc_memory_initiator()
344 if (node_state(pxm_to_node(inits[init]), N_CPU)) in hmat_parse_locality()
605 if (node_state(cpu_nid, N_CPU)) { in hmat_register_target_initiators()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c1017 [N_CPU] = _NODE_ATTR(has_cpu, N_CPU),
1030 &node_state_attr[N_CPU].attr.attr,
/OK3568_Linux_fs/kernel/mm/
H A Dvmstat.c1989 node_set_state(node, N_CPU); in init_cpu_node_state()
1996 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
2018 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
H A Dvmscan.c4388 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id()) in node_reclaim()
H A Dpage_alloc.c170 [N_CPU] = { { [0] = 1UL } },
/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h400 N_CPU, /* The node has one or more cpus */ enumerator