new_nr_records    699 tools/testing/selftests/x86/protection_keys.c 		size_t new_nr_records = (nr_pkey_malloc_records * 2 + 1);
new_nr_records    700 tools/testing/selftests/x86/protection_keys.c 		size_t new_size = new_nr_records * sizeof(struct pkey_malloc_record);
new_nr_records    701 tools/testing/selftests/x86/protection_keys.c 		dprintf2("new_nr_records: %zd\n", new_nr_records);
new_nr_records    710 tools/testing/selftests/x86/protection_keys.c 		for (i = 0; i < new_nr_records - old_nr_records; i++)