Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_test.c466 time_t prog_time = time(NULL) - prog_start; in test_pidfd_poll_exec() local
468 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()
472 if (prog_time < CHILD_THREAD_MIN_WAIT || prog_time > CHILD_THREAD_MIN_WAIT + 2) in test_pidfd_poll_exec()