Home
last modified time | relevance | path

Searched refs:time_limit (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/powerpc/platforms/pseries/
Dlpar.c82 void alloc_dtl_buffers(unsigned long *time_limit) in alloc_dtl_buffers() argument
107 if (time_limit && time_after(jiffies, *time_limit)) { in alloc_dtl_buffers()
109 *time_limit = jiffies + HZ; in alloc_dtl_buffers()
180 static void free_dtl_buffers(unsigned long *time_limit) in free_dtl_buffers() argument
196 if (time_limit && time_after(jiffies, *time_limit)) { in free_dtl_buffers()
198 *time_limit = jiffies + HZ; in free_dtl_buffers()
459 static int dtl_worker_enable(unsigned long *time_limit) in dtl_worker_enable() argument
471 alloc_dtl_buffers(time_limit); in dtl_worker_enable()
477 free_dtl_buffers(time_limit); in dtl_worker_enable()
489 static void dtl_worker_disable(unsigned long *time_limit) in dtl_worker_disable() argument
[all …]
/Linux-v5.10/arch/powerpc/include/asm/
Ddtl.h49 extern void alloc_dtl_buffers(unsigned long *time_limit);
Dkvm_book3s.h302 u64 time_limit, unsigned long lpcr);
/Linux-v5.10/drivers/hv/
Dconnection.c328 unsigned long time_limit = jiffies + 2; in vmbus_on_event() local
353 } while (likely(time_before(jiffies, time_limit))); in vmbus_on_event()
/Linux-v5.10/arch/powerpc/kernel/
Dfadump.c1219 unsigned long time_limit = jiffies + HZ; in fadump_free_reserved_memory() local
1227 if (time_after(jiffies, time_limit)) { in fadump_free_reserved_memory()
1229 time_limit = jiffies + HZ; in fadump_free_reserved_memory()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv.c3431 static int kvmhv_load_hv_regs_and_go(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_load_hv_regs_and_go() argument
3452 hdec = time_limit - mftb(); in kvmhv_load_hv_regs_and_go()
3578 static int kvmhv_p9_guest_entry(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_p9_guest_entry() argument
3595 if (local_paca->kvm_hstate.dec_expires < time_limit) in kvmhv_p9_guest_entry()
3596 time_limit = local_paca->kvm_hstate.dec_expires; in kvmhv_p9_guest_entry()
3671 hvregs.hdec_expiry = time_limit; in kvmhv_p9_guest_entry()
3689 trap = kvmhv_load_hv_regs_and_go(vcpu, time_limit, lpcr); in kvmhv_p9_guest_entry()
4094 int kvmhv_run_single_vcpu(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_run_single_vcpu() argument
4190 trap = kvmhv_p9_guest_entry(vcpu, time_limit, lpcr); in kvmhv_run_single_vcpu()
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_init.c306 int time_limit) in qlcnic_83xx_idc_check_timeout() argument
311 if (seconds <= time_limit) in qlcnic_83xx_idc_check_timeout()
/Linux-v5.10/net/tipc/
Dsocket.c2396 unsigned long time_limit = jiffies + 2; in tipc_sk_enqueue() local
2403 if (unlikely(time_after_eq(jiffies, time_limit))) in tipc_sk_enqueue()
/Linux-v5.10/net/core/
Ddev.c6809 unsigned long time_limit = jiffies + in net_rx_action() local
6836 time_after_eq(jiffies, time_limit))) { in net_rx_action()