Searched refs:PrefetchBandwidth1 (Results 1 – 2 of 2) sorted by relevance
1291 …s->PrefetchBandwidth1 = (p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor + 2 * p->MetaRow… in CalculatePrefetchSchedule()1295 s->Tsw_est1 = s->prefetch_sw_bytes / s->PrefetchBandwidth1; in CalculatePrefetchSchedule()1297 s->PrefetchBandwidth1 = 0; in CalculatePrefetchSchedule()1300 …s->PrefetchBandwidth1 = (p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor + 2 * p->MetaRow… in CalculatePrefetchSchedule()1334 dml_print("DML::%s: PrefetchBandwidth1: %f\n", __func__, s->PrefetchBandwidth1); in CalculatePrefetchSchedule()1344 if (s->PrefetchBandwidth1 > 0) { in CalculatePrefetchSchedule()1345 … / s->PrefetchBandwidth1 >= s->Tvm_trips_rounded && (p->MetaRowByte + p->PixelPTEBytesPerRow * p->… in CalculatePrefetchSchedule()1375 s->prefetch_bw_equ = s->PrefetchBandwidth1; in CalculatePrefetchSchedule()
1871 dml_float_t PrefetchBandwidth1; member