Searched refs:N_CPU (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/acpi/numa/ |
D | hmat.c | 119 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() 596 if (node_state(cpu_nid, N_CPU)) { in hmat_register_target_initiators()
|
/Linux-v5.10/drivers/base/ |
D | node.c | 1018 [N_CPU] = _NODE_ATTR(has_cpu, N_CPU), 1031 &node_state_attr[N_CPU].attr.attr,
|
/Linux-v5.10/mm/ |
D | vmstat.c | 1985 node_set_state(node, N_CPU); in init_cpu_node_state() 1992 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online() 2014 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
|
D | vmscan.c | 4238 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id()) in node_reclaim()
|
D | page_alloc.c | 156 [N_CPU] = { { [0] = 1UL } },
|
/Linux-v5.10/include/linux/ |
D | nodemask.h | 401 N_CPU, /* The node has one or more cpus */ enumerator
|