Searched refs:new_pkey (Results 1 – 1 of 1) sorted by relevance
562 int new_pkey = alloc_pkey(); in alloc_random_pkey() local563 if (new_pkey < 0) in alloc_random_pkey()565 alloced_pkeys[nr_alloced++] = new_pkey; in alloc_random_pkey()979 int new_pkey = alloc_pkey(); in test_pkey_alloc_free_attach_pkey0() local980 pkey_assert(new_pkey != 0); in test_pkey_alloc_free_attach_pkey0()982 if (new_pkey < 0) in test_pkey_alloc_free_attach_pkey0()984 alloced_pkeys[nr_alloced++] = new_pkey; in test_pkey_alloc_free_attach_pkey0()1207 int new_pkey; in test_pkey_alloc_exhaust() local1209 new_pkey = alloc_pkey(); in test_pkey_alloc_exhaust()1216 if ((new_pkey == -1) && (errno == ENOSPC)) { in test_pkey_alloc_exhaust()[all …]