Searched refs:vm_transfer_time (Results 1 – 1 of 1) sorted by relevance
5683 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw1; in CalculatePrefetchSchedule() local5685 dml2_printf("DML::%s: Case1: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5687 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()5697 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw2; in CalculatePrefetchSchedule() local5699 dml2_printf("DML::%s: Case2: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5701 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time < s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()5710 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw3; in CalculatePrefetchSchedule() local5712 dml2_printf("DML::%s: Case3: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5714 if (vm_transfer_time < s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()