Home
last modified time | relevance | path

Searched refs:preemption_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dnested.c2254 u64 preemption_timeout) in vmx_start_preemption_timer() argument
2262 if (preemption_timeout == 0) { in vmx_start_preemption_timer()
2270 preemption_timeout <<= VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE; in vmx_start_preemption_timer()
2271 preemption_timeout *= 1000000; in vmx_start_preemption_timer()
2272 do_div(preemption_timeout, vcpu->arch.virtual_tsc_khz); in vmx_start_preemption_timer()
2274 ktime_add_ns(ktime_get(), preemption_timeout), in vmx_start_preemption_timer()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c524 MAKE_EXEC_QUEUE_POLICY_ADD(preemption_timeout, PREEMPTION_TIMEOUT)