Searched refs:prog_time (Results 1 – 1 of 1) sorted by relevance
469 time_t prog_time = time(NULL) - prog_start; in test_pidfd_poll_exec() local471 ksft_print_msg("Time waited for child: %lu\n", prog_time); in test_pidfd_poll_exec()475 if (prog_time < CHILD_THREAD_MIN_WAIT || prog_time > CHILD_THREAD_MIN_WAIT + 2) in test_pidfd_poll_exec()