Searched refs:nodes_and (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/mm/ |
| H A D | memory-tiers.c | 478 nodes_and(tier_nodes, node_states[N_CPU], tier_nodes); in establish_demotion_targets() 929 nodes_and(default_dram_nodes, node_states[N_MEMORY], in memory_tier_init()
|
| H A D | mempolicy.c | 307 nodes_and(nsc->mask1, in mpol_set_nodemask() 315 nodes_and(nsc->mask2, *nodes, nsc->mask1); in mpol_set_nodemask() 391 nodes_and(tmp, pol->w.user_nodemask, *nodes); in mpol_rebind_nodemask() 1728 nodes_and(*new, *new, task_nodes); in kernel_migrate_pages()
|
| H A D | hugetlb.c | 2427 nodes_and(alloc_nodemask, *mbind_nodemask, cpuset_current_mems_allowed); in gather_surplus_pages()
|
| /linux-6.15/include/linux/ |
| H A D | nodemask.h | 161 #define nodes_and(dst, src1, src2) \ macro
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cpuset.c | 396 nodes_and(*pmask, cs->effective_mems, node_states[N_MEMORY]); in guarantee_online_mems() 2665 nodes_and(*new_mems, cp->mems_allowed, parent->effective_mems); in update_nodemasks_hier() 3804 nodes_and(new_mems, cs->mems_allowed, parent->effective_mems); in cpuset_hotplug_update_tasks()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | numa.c | 1182 nodes_and(node_possible_map, node_possible_map, node_online_map); in mem_topology_setup()
|