Home
last modified time | relevance | path

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

/third_party/ltp/tools/apicmds/
H A 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/
H A 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 spec"},
29 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
H A 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 spec"},
46 struct tst_ts to = tst_ts_from_ns(tv->tstype, 10000); in run()
H A Dfutex_wait_bitset01.c26 { .fntype = FUTEX_FN_FUTEX, .tstype = TST_KERN_OLD_TIMESPEC, .gettime = sys_clock_gettime, .desc = "syscall with old kernel spec"},
30 { .fntype = FUTEX_FN_FUTEX64, .tstype = TST_KERN_TIMESPEC, .gettime = sys_clock_gettime64, .desc = "syscall time64 with kernel spec"},
42 start.type = end.type = to.type = tv->tstype; in verify_futex_wait_bitset()
H A 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 spec"},
55 to = tst_ts_from_ns(tv->tstype, 30 * NSEC_PER_SEC); in setup()
H A 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 spec"},
57 struct tst_ts usec = tst_ts_from_ms(tv->tstype, max_sleep_ms); in do_child()
H A Dfutextest.h31 enum tst_ts_type tstype; member

Completed in 3 milliseconds