Searched refs:polnid (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dmempolicy.c2740 int polnid = NUMA_NO_NODE; local
2749 polnid = interleave_nid(pol, ilx);
2753 polnid = weighted_interleave_nid(pol, ilx);
2759 polnid = first_node(pol->nodes);
2763 polnid = numa_node_id();
2787 polnid = zone_to_nid(z->zone);
2796 polnid = thisnid;
2803 if (curnid != polnid)
2804 ret = polnid;

Completed in 136 milliseconds