nr_allocated_pkeys 1156 tools/testing/selftests/x86/protection_keys.c 	int nr_allocated_pkeys = 0;
nr_allocated_pkeys 1169 tools/testing/selftests/x86/protection_keys.c 				__func__, nr_allocated_pkeys);
nr_allocated_pkeys 1176 tools/testing/selftests/x86/protection_keys.c 			pkey_assert(nr_allocated_pkeys < NR_PKEYS);
nr_allocated_pkeys 1177 tools/testing/selftests/x86/protection_keys.c 			allocated_pkeys[nr_allocated_pkeys++] = new_pkey;
nr_allocated_pkeys 1201 tools/testing/selftests/x86/protection_keys.c 	for (i = 0; i < nr_allocated_pkeys; i++) {