Lines Matching defs:tfix

53 static struct ptunit_result tfix_init(struct time_fixture *tfix)  in tfix_init()
70 static struct ptunit_result tsc_null(struct time_fixture *tfix) in tsc_null()
84 static struct ptunit_result cbr_null(struct time_fixture *tfix) in cbr_null()
98 static struct ptunit_result tma_null(struct time_fixture *tfix) in tma_null()
115 static struct ptunit_result mtc_null(struct time_fixture *tfix) in mtc_null()
132 static struct ptunit_result cyc_null(struct time_fixture *tfix) in cyc_null()
149 static struct ptunit_result query_tsc_null(struct time_fixture *tfix) in query_tsc_null()
163 static struct ptunit_result query_tsc_none(struct time_fixture *tfix) in query_tsc_none()
174 static struct ptunit_result query_cbr_null(struct time_fixture *tfix) in query_cbr_null()
188 static struct ptunit_result query_cbr_none(struct time_fixture *tfix) in query_cbr_none()
199 static struct ptunit_result tcal_cbr_null(struct time_fixture *tfix) in tcal_cbr_null()
210 static struct ptunit_result tcal_cbr_zero(struct time_fixture *tfix) in tcal_cbr_zero()
226 static struct ptunit_result tcal_mtc_null(struct time_fixture *tfix) in tcal_mtc_null()
243 static struct ptunit_result tcal_cyc_null(struct time_fixture *tfix) in tcal_cyc_null()
257 static struct ptunit_result tsc(struct time_fixture *tfix) in tsc()
279 static struct ptunit_result cbr(struct time_fixture *tfix) in cbr()
298 static struct ptunit_result cbr_zero(struct time_fixture *tfix) in cbr_zero()
311 static struct ptunit_result tma(struct time_fixture *tfix) in tma()
325 static struct ptunit_result mtc(struct time_fixture *tfix) in mtc()
342 static struct ptunit_result cyc(struct time_fixture *tfix) in cyc()
366 struct time_fixture tfix; in main() local