Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/pseries/
Dlpar.c85 void alloc_dtl_buffers(unsigned long *time_limit) in alloc_dtl_buffers() argument
110 if (time_limit && time_after(jiffies, *time_limit)) { in alloc_dtl_buffers()
112 *time_limit = jiffies + HZ; in alloc_dtl_buffers()
183 static void free_dtl_buffers(unsigned long *time_limit) in free_dtl_buffers() argument
199 if (time_limit && time_after(jiffies, *time_limit)) { in free_dtl_buffers()
201 *time_limit = jiffies + HZ; in free_dtl_buffers()
462 static int dtl_worker_enable(unsigned long *time_limit) in dtl_worker_enable() argument
474 alloc_dtl_buffers(time_limit); in dtl_worker_enable()
480 free_dtl_buffers(time_limit); in dtl_worker_enable()
492 static void dtl_worker_disable(unsigned long *time_limit) in dtl_worker_disable() argument
[all …]
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/
Dadminq.c244 unsigned long time_limit; in pdsc_adminq_post() local
265 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
294 } while (time_before(jiffies, time_limit)); in pdsc_adminq_post()
300 if (time_after_eq(time_done, time_limit)) in pdsc_adminq_post()
/linux-6.6.21/tools/perf/scripts/python/
Dtask-analyzer.py795 if args.time_limit and ":" not in args.time_limit:
799 if args.time_limit and (args.summary or args.summary_only or args.summary_extended):
818 if args.time_limit:
819 args.time_limit = args.time_limit.split(":")
866 if not args.time_limit:
868 lower_time_limit = args.time_limit[0]
869 upper_time_limit = args.time_limit[1]
/linux-6.6.21/drivers/vfio/pci/pds/
Dcmds.c100 unsigned long time_limit; in pds_vfio_suspend_wait_device_cmd() local
106 time_limit = time_start + HZ * SUSPEND_TIMEOUT_S; in pds_vfio_suspend_wait_device_cmd()
113 } while (time_before(jiffies, time_limit)); in pds_vfio_suspend_wait_device_cmd()
120 if (time_after_eq(time_done, time_limit)) { in pds_vfio_suspend_wait_device_cmd()
/linux-6.6.21/arch/powerpc/include/asm/
Ddtl.h41 extern void alloc_dtl_buffers(unsigned long *time_limit);
Dkvm_book3s_64.h145 int kvmhv_vcpu_entry_p9(struct kvm_vcpu *vcpu, u64 time_limit, unsigned long lpcr, u64 *tb);
Dkvm_book3s.h311 u64 time_limit, unsigned long lpcr);
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_main.c364 unsigned long time_limit; in ionic_adminq_wait() local
381 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait()
402 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait()
409 time_after_eq(time_done, time_limit), in ionic_adminq_wait()
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_utils.c437 unsigned long vaddr, time_limit; in htab_remove_mapping() local
450 time_limit = jiffies + HZ; in htab_remove_mapping()
459 if (time_after(jiffies, time_limit)) { in htab_remove_mapping()
461 time_limit = jiffies + HZ; in htab_remove_mapping()
/linux-6.6.21/arch/powerpc/kernel/
Dfadump.c1244 unsigned long time_limit = jiffies + HZ; in fadump_free_reserved_memory() local
1252 if (time_after(jiffies, time_limit)) { in fadump_free_reserved_memory()
1254 time_limit = jiffies + HZ; in fadump_free_reserved_memory()
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_hv.c4047 static int kvmhv_vcpu_entry_p9_nested(struct kvm_vcpu *vcpu, u64 time_limit, unsigned long lpcr, u6… in kvmhv_vcpu_entry_p9_nested() argument
4091 hvregs.hdec_expiry = time_limit; in kvmhv_vcpu_entry_p9_nested()
4143 static int kvmhv_p9_guest_entry(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_p9_guest_entry() argument
4154 if (next_timer < time_limit) in kvmhv_p9_guest_entry()
4155 time_limit = next_timer; in kvmhv_p9_guest_entry()
4156 else if (*tb >= time_limit) /* nested time limit */ in kvmhv_p9_guest_entry()
4164 trap = kvmhv_vcpu_entry_p9_nested(vcpu, time_limit, lpcr, tb); in kvmhv_p9_guest_entry()
4176 trap = kvmhv_vcpu_entry_p9(vcpu, time_limit, lpcr, tb); in kvmhv_p9_guest_entry()
4183 trap = kvmhv_vcpu_entry_p9(vcpu, time_limit, lpcr, tb); in kvmhv_p9_guest_entry()
4594 int kvmhv_run_single_vcpu(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_run_single_vcpu() argument
[all …]
Dbook3s_hv_p9_entry.c532 int kvmhv_vcpu_entry_p9(struct kvm_vcpu *vcpu, u64 time_limit, unsigned long lpcr, u64 *tb) in kvmhv_vcpu_entry_p9() argument
554 hdec = time_limit - *tb; in kvmhv_vcpu_entry_p9()
/linux-6.6.21/drivers/scsi/
Dstorvsc_drv.c1236 unsigned long time_limit = jiffies + msecs_to_jiffies(CALLBACK_TIMEOUT); in storvsc_on_channel_callback() local
1257 if (unlikely(time_after(jiffies, time_limit))) { in storvsc_on_channel_callback()
/linux-6.6.21/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-6.6.21/net/tipc/
Dsocket.c2432 unsigned long time_limit = jiffies + usecs_to_jiffies(20000); in tipc_sk_enqueue() local
2439 if (unlikely(time_after_eq(jiffies, time_limit))) in tipc_sk_enqueue()
/linux-6.6.21/net/core/
Ddev.c6725 unsigned long time_limit = jiffies + in net_rx_action() local
6766 time_after_eq(jiffies, time_limit))) { in net_rx_action()