Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_test.c487 static time_t *child_exit_secs; variable
500 *child_exit_secs = time(NULL); in child_poll_leader_exit_test()
513 child_exit_secs = mmap(NULL, sizeof *child_exit_secs, PROT_READ | PROT_WRITE, in test_pidfd_poll_leader_exit()
516 if (child_exit_secs == MAP_FAILED) in test_pidfd_poll_leader_exit()
545 time_t since_child_exit = time(NULL) - *child_exit_secs; in test_pidfd_poll_leader_exit()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_test.c490 static time_t *child_exit_secs; variable
503 *child_exit_secs = time(NULL); in child_poll_leader_exit_test()
516 child_exit_secs = mmap(NULL, sizeof *child_exit_secs, PROT_READ | PROT_WRITE, in test_pidfd_poll_leader_exit()
519 if (child_exit_secs == MAP_FAILED) in test_pidfd_poll_leader_exit()
548 time_t since_child_exit = time(NULL) - *child_exit_secs; in test_pidfd_poll_leader_exit()

Completed in 2 milliseconds