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