Searched refs:node0_mask (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | guest_memfd_test.c | 124 unsigned long node0_mask = 1; /* Node 0 */ in test_numa_allocation() local 142 kvm_mbind(pages[0], page_size, MPOL_BIND, &node0_mask, maxnode, 0); in test_numa_allocation() 147 kvm_mbind(pages[2], page_size * 2, MPOL_BIND, &node0_mask, maxnode, 0); in test_numa_allocation() 161 kvm_mbind(pages[0], page_size * 2, MPOL_BIND, &node0_mask, maxnode, 0); in test_numa_allocation()
|