Home
last modified time | relevance | path

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

/third_party/ltp/tools/apicmds/
Dltpapicmd.c88 int ident_ttype(char *tstype) in ident_ttype() argument
91 if (strcmp(tstype, "TBROK") == 0) in ident_ttype()
93 else if (strcmp(tstype, "TFAIL") == 0) in ident_ttype()
95 else if (strcmp(tstype, "TPASS") == 0) in ident_ttype()
97 else if (strcmp(tstype, "TCONF") == 0) in ident_ttype()
99 else if (strcmp(tstype, "TWARN") == 0) in ident_ttype()
101 else if (strcmp(tstype, "TINFO") == 0) in ident_ttype()
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait04.c18 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
22 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spe…
29 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
Dfutex_wait01.c34 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
38 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spe…
46 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
Dfutex_wake04.c40 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
44 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spe…
55 to = tst_ts_from_ns(tv->tstype, 30 * NSEC_PER_SEC); in setup()
Dfutex_wait_bitset01.c26 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .gettime = sys_clock_gettime, .desc =…
30 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .gettime = sys_clock_gettime64, .desc =…
42 start.type = end.type = to.type = tv->tstype; in verify_futex_wait_bitset()
Dfutex_cmp_requeue01.c46 …{ .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec…
50 …{ .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spe…
57 struct tst_ts usec = tst_ts_from_ms(tv->tstype, max_sleep_ms); in do_child()
Dfutextest.h31 enum tst_ts_type tstype; member