Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/numa/
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()
597 if (node_state(cpu_nid, N_CPU)) { in hmat_register_target_initiators()
/Linux-v5.15/drivers/base/
Dnode.c1038 [N_CPU] = _NODE_ATTR(has_cpu, N_CPU),
1051 &node_state_attr[N_CPU].attr.attr,
/Linux-v5.15/mm/
Dvmstat.c2024 node_set_state(node, N_CPU); in init_cpu_node_state()
2031 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
2053 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
Dmigrate.c3163 next_pass = node_states[N_CPU]; in __set_migration_target_nodes()
Dvmscan.c4634 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id()) in node_reclaim()
Dpage_alloc.c175 [N_CPU] = { { [0] = 1UL } },
/Linux-v5.15/include/linux/
Dnodemask.h401 N_CPU, /* The node has one or more cpus */ enumerator