Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/numa/
A Dhmat.c118 initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU); in alloc_memory_initiator()
343 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()
/linux-6.3-rc2/drivers/base/
A Dnode.c922 [N_CPU] = _NODE_ATTR(has_cpu, N_CPU),
935 &node_state_attr[N_CPU].attr.attr,
/linux-6.3-rc2/mm/
A Dvmstat.c2048 node_set_state(node, N_CPU); in init_cpu_node_state()
2056 if (!node_state(cpu_to_node(cpu), N_CPU)) { in vmstat_cpu_online()
2057 node_set_state(cpu_to_node(cpu), N_CPU); in vmstat_cpu_online()
2081 node_clear_state(node, N_CPU); in vmstat_cpu_dead()
A Dmemory-tiers.c423 nodes_and(tier_nodes, node_states[N_CPU], tier_nodes); in establish_demotion_targets()
A Dpage_alloc.c238 [N_CPU] = { { [0] = 1UL } },
A Dvmscan.c8019 if (node_state(pgdat->node_id, N_CPU) && pgdat->node_id != numa_node_id()) in node_reclaim()
/linux-6.3-rc2/Documentation/mm/
A Dphysical_memory.rst153 ``N_CPU``
166 node_states[N_CPU]
/linux-6.3-rc2/kernel/sched/
A Dtopology.c1710 if (!node_state(i, N_CPU) || !node_state(j, N_CPU)) in sched_numa_warn()
1745 for_each_node_state(n, N_CPU) \
2018 if (!node_state(j, N_CPU)) in sched_domains_numa_masks_set()
A Dfair.c2231 for_each_node_state(nid, N_CPU) { in task_numa_migrate()
2329 for_each_node_state(nid, N_CPU) { in numa_group_count_active_nodes()
2335 for_each_node_state(nid, N_CPU) { in numa_group_count_active_nodes()
2489 for_each_node_state(node, N_CPU) { in preferred_group_nid()
2508 nodes = node_states[N_CPU]; in preferred_group_nid()
2648 if (max_nid != NUMA_NO_NODE && !node_state(max_nid, N_CPU)) { in task_numa_placement()
2652 for_each_node_state(nid, N_CPU) { in task_numa_placement()
/linux-6.3-rc2/include/linux/
A Dnodemask.h408 N_CPU, /* The node has one or more cpus */ enumerator

Completed in 74 milliseconds