Searched refs:tstype (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/apicmds/ |
D | ltpapicmd.c | 88 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/ |
D | futex_wait04.c | 18 …{ .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()
|
D | futex_wait01.c | 34 …{ .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()
|
D | futex_wake04.c | 40 …{ .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()
|
D | futex_wait_bitset01.c | 26 …{ .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()
|
D | futex_cmp_requeue01.c | 46 …{ .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()
|
D | futextest.h | 31 enum tst_ts_type tstype; member
|