Home
last modified time | relevance | path

Searched refs:nodes_andnot (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmemory-tiers.c427 nodes_andnot(tier_nodes, node_states[N_MEMORY], tier_nodes); in establish_demotion_targets()
483 nodes_andnot(lower_tier, lower_tier, tier_nodes); in establish_demotion_targets()
/linux/include/linux/
H A Dnodemask.h186 #define nodes_andnot(dst, src1, src2) \ macro