Home
last modified time | relevance | path

Searched refs:allocated_pkeys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c1208 int allocated_pkeys[NR_PKEYS] = {0}; in test_pkey_alloc_exhaust() local
1232 allocated_pkeys[nr_allocated_pkeys++] = new_pkey; in test_pkey_alloc_exhaust()
1266 err = sys_pkey_free(allocated_pkeys[i]); in test_pkey_alloc_exhaust()
1314 int allocated_pkeys[NR_PKEYS] = {0}; in test_pkey_init_state() local
1323 allocated_pkeys[nr_allocated_pkeys++] = new_pkey; in test_pkey_init_state()
1338 err = sys_pkey_free(allocated_pkeys[i]); in test_pkey_init_state()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dprotection_keys.c1216 int allocated_pkeys[NR_PKEYS] = {0}; in test_pkey_alloc_exhaust() local
1240 allocated_pkeys[nr_allocated_pkeys++] = new_pkey; in test_pkey_alloc_exhaust()
1274 err = sys_pkey_free(allocated_pkeys[i]); in test_pkey_alloc_exhaust()

Completed in 9 milliseconds