Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A Dvfork_exec.c23 char *tst_name; member
37 args->tst_name, tst.tv_sec, now->tv_sec); in tcheck()
44 static int check_in_thread(char *tst_name, struct timespec *now) in check_in_thread() argument
47 .tst_name = tst_name, in check_in_thread()
60 static int check(char *tst_name, struct timespec *now) in check() argument
69 tst_name, tst.tv_sec, now->tv_sec); in check()
71 if (check_in_thread(tst_name, now)) in check()
73 ksft_test_result_pass("%s\n", tst_name); in check()

Completed in 1 milliseconds