new_pkey 620 tools/testing/selftests/x86/protection_keys.c int new_pkey = alloc_pkey(); new_pkey 621 tools/testing/selftests/x86/protection_keys.c if (new_pkey < 0) new_pkey 623 tools/testing/selftests/x86/protection_keys.c alloced_pkeys[nr_alloced++] = new_pkey; new_pkey 1160 tools/testing/selftests/x86/protection_keys.c int new_pkey; new_pkey 1162 tools/testing/selftests/x86/protection_keys.c new_pkey = alloc_pkey(); new_pkey 1167 tools/testing/selftests/x86/protection_keys.c if ((new_pkey == -1) && (errno == ENOSPC)) { new_pkey 1177 tools/testing/selftests/x86/protection_keys.c allocated_pkeys[nr_allocated_pkeys++] = new_pkey;