Searched refs:Tvm_oto (Results 1 – 4 of 4) sorted by relevance
886 double Tvm_oto; local1080 …Tvm_oto = dml_max3(*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / prefetch_bw_oto,…1082 Tvm_oto = LineTime / 4.0;1086 LineTime - Tvm_oto,1089 Tr0_oto = (LineTime - Tvm_oto) / 2.0;1101 dml_print("DML::%s: Tvm_oto = %f\n", __func__, Tvm_oto);1104 Tvm_oto_lines = dml_ceil(4.0 * Tvm_oto / LineTime, 1) / 4.0;1270 TimeForFetchingMetaPTE = Tvm_oto;
1188 double Tvm_oto; member
7534 s->Tvm_oto = 0.0; in CalculatePrefetchSchedule()7770 s->Tvm_oto = math_max3( in CalculatePrefetchSchedule()7782 s->Tvm_oto = s->LineTime / 4.0; in CalculatePrefetchSchedule()7795 s->Tr0_oto = (s->LineTime - s->Tvm_oto) / 4.0; in CalculatePrefetchSchedule()7797 s->Tvm_oto_lines = math_ceil2(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()7835 dml2_printf("DML::%s: Tvm_oto = %f\n", __func__, s->Tvm_oto); in CalculatePrefetchSchedule()8016 s->TimeForFetchingVM = s->Tvm_oto; in CalculatePrefetchSchedule()
1784 dml_float_t Tvm_oto; member