Searched refs:nodes_and (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | memory-tiers.c | 478 nodes_and(tier_nodes, node_states[N_CPU], tier_nodes); in establish_demotion_targets() 922 nodes_and(default_dram_nodes, node_states[N_MEMORY], in memory_tier_init()
|
| H A D | mempolicy.c | 419 nodes_and(nsc->mask1, in mpol_set_nodemask() 427 nodes_and(nsc->mask2, *nodes, nsc->mask1); in mpol_set_nodemask() 504 nodes_and(tmp, pol->w.user_nodemask, *nodes); in mpol_rebind_nodemask() 1912 nodes_and(*new, *new, task_nodes); in kernel_migrate_pages()
|
| H A D | hugetlb.c | 2338 nodes_and(alloc_nodemask, *mbind_nodemask, cpuset_current_mems_allowed); in gather_surplus_pages()
|
| /linux/include/linux/ |
| H A D | nodemask.h | 158 #define nodes_and(dst, src1, src2) \ macro
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 458 nodes_and(*pmask, cs->effective_mems, node_states[N_MEMORY]); in guarantee_online_mems() 2862 nodes_and(*new_mems, cp->mems_allowed, parent->effective_mems); in update_nodemasks_hier() 3970 nodes_and(new_mems, cs->mems_allowed, parent->effective_mems); in cpuset_hotplug_update_tasks()
|