Lines Matching refs:tv
50 struct futex_test_variants *tv = &variants[tst_variant];
52 tst_res(TINFO, "Testing variant: %s", tv->desc);
53 futex_supported_by_kernel(tv->fntype);
55 to = tst_ts_from_ns(tv->tstype, 30 * NSEC_PER_SEC);
60 struct futex_test_variants *tv = &variants[tst_variant];
62 futex_wait(tv->fntype, futex1, *futex1, &to, 0);
69 struct futex_test_variants *tv = &variants[tst_variant];
73 res = futex_wait(tv->fntype, futex2, *futex2, &to, 0);
84 struct futex_test_variants *tv = &variants[tst_variant];
119 futex_wake(tv->fntype, futex2, 1, 0);
121 futex_wake(tv->fntype, futex1, 1, 0);