Searched refs:N_CPU (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | nodemask.h | 402 N_CPU, /* The node has one or more cpus */ enumerator 515 #define for_each_node_with_cpus(node) for_each_node_state(node, N_CPU)
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 210 initiator->has_cpu = node_state(pxm_to_node(cpu_pxm), N_CPU); in alloc_memory_initiator() 421 if (node_state(pxm_to_node(init_pxm), N_CPU)) in hmat_update_target() 761 node_state(cpu_nid, N_CPU)) { in hmat_update_target_attrs()
|
| /linux/kernel/sched/ |
| H A D | topology.c | 2143 if (!node_state(i, N_CPU) || !node_state(j, N_CPU)) in sched_numa_warn() 2178 for_each_node_state(n, N_CPU) \ 2498 if (!node_state(j, N_CPU)) in sched_domains_numa_masks_set() 2604 node = numa_nearest_node(node, N_CPU); in sched_numa_find_nth_cpu()
|