Searched refs:vm_transfer_time (Results 1 – 1 of 1) sorted by relevance
5534 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw1; in CalculatePrefetchSchedule() local5536 dml2_printf("DML::%s: Case1: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5538 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()5548 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw2; in CalculatePrefetchSchedule() local5550 dml2_printf("DML::%s: Case2: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5552 if (vm_transfer_time >= s->Tvm_trips_rounded && row_transfer_time < s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()5561 double vm_transfer_time = *p->Tno_bw + vm_bytes * p->HostVMInefficiencyFactor / s->prefetch_bw3; in CalculatePrefetchSchedule() local5563 dml2_printf("DML::%s: Case3: vm_transfer_time = %f\n", __func__, vm_transfer_time); in CalculatePrefetchSchedule()5565 if (vm_transfer_time < s->Tvm_trips_rounded && row_transfer_time >= s->Tr0_trips_rounded) { in CalculatePrefetchSchedule()