Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/net/ethernet/amd/pds_core/
Dadminq.c240 unsigned long time_limit; in pdsc_adminq_post() local
261 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
290 } while (time_before(jiffies, time_limit)); in pdsc_adminq_post()
296 if (time_after_eq(time_done, time_limit)) in pdsc_adminq_post()
/linux-6.12.1/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.12.1/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.12.1/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);
682 int kvmhv_nestedv2_flush_vcpu(struct kvm_vcpu *vcpu, u64 time_limit);
Dkvm_book3s.h314 u64 time_limit, unsigned long lpcr);
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_main.c415 unsigned long time_limit; in ionic_adminq_wait() local
432 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait()
453 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait()
460 time_after_eq(time_done, time_limit), in ionic_adminq_wait()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv.c4206 static int kvmhv_vcpu_entry_nestedv2(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_vcpu_entry_nestedv2() argument
4226 rc = kvmhv_nestedv2_flush_vcpu(vcpu, time_limit); in kvmhv_vcpu_entry_nestedv2()
4267 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
4310 hvregs.hdec_expiry = time_limit; in kvmhv_vcpu_entry_p9_nested()
4362 static int kvmhv_p9_guest_entry(struct kvm_vcpu *vcpu, u64 time_limit, in kvmhv_p9_guest_entry() argument
4373 if (next_timer < time_limit) in kvmhv_p9_guest_entry()
4374 time_limit = next_timer; in kvmhv_p9_guest_entry()
4375 else if (*tb >= time_limit) /* nested time limit */ in kvmhv_p9_guest_entry()
4384 trap = kvmhv_vcpu_entry_p9_nested(vcpu, time_limit, lpcr, tb); in kvmhv_p9_guest_entry()
4386 trap = kvmhv_vcpu_entry_nestedv2(vcpu, time_limit, lpcr, tb); in kvmhv_p9_guest_entry()
[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()
Dbook3s_hv_nestedv2.c814 int kvmhv_nestedv2_flush_vcpu(struct kvm_vcpu *vcpu, u64 time_limit) in kvmhv_nestedv2_flush_vcpu() argument
838 rc = kvmppc_gse_put_u64(gsb, KVMPPC_GSID_HDEC_EXPIRY_TB, time_limit); in kvmhv_nestedv2_flush_vcpu()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dhash_utils.c444 unsigned long vaddr, time_limit; in htab_remove_mapping() local
457 time_limit = jiffies + HZ; in htab_remove_mapping()
466 if (time_after(jiffies, time_limit)) { in htab_remove_mapping()
468 time_limit = jiffies + HZ; in htab_remove_mapping()
/linux-6.12.1/arch/powerpc/kernel/
Dfadump.c1183 unsigned long time_limit = jiffies + HZ; in fadump_free_reserved_memory() local
1191 if (time_after(jiffies, time_limit)) { in fadump_free_reserved_memory()
1193 time_limit = jiffies + HZ; in fadump_free_reserved_memory()
/linux-6.12.1/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.12.1/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.12.1/net/tipc/
Dsocket.c2427 unsigned long time_limit = jiffies + usecs_to_jiffies(20000); in tipc_sk_enqueue() local
2434 if (unlikely(time_after_eq(jiffies, time_limit))) in tipc_sk_enqueue()
/linux-6.12.1/net/core/
Ddev.c6934 unsigned long time_limit = jiffies + in net_rx_action() local
6977 time_after_eq(jiffies, time_limit))) { in net_rx_action()