Home
last modified time | relevance | path

Searched refs:test_fds (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/x86/
Dprotection_keys.c963 int test_fds[10] = { -1 }; variable
968 pkey_assert(nr_test_fds < ARRAY_SIZE(test_fds)); in __save_test_fd()
969 test_fds[nr_test_fds] = fd; in __save_test_fd()
985 if (test_fds[i] < 0) in close_test_fds()
987 close(test_fds[i]); in close_test_fds()
988 test_fds[i] = -1; in close_test_fds()