Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c230 unsigned long time_limit; in pdsc_adminq_post() local
252 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
280 } while (time_before(jiffies, time_limit)); in pdsc_adminq_post()
286 if (time_after_eq(time_done, time_limit) && !completion_done(wc)) { in pdsc_adminq_post()
/linux/tools/perf/scripts/python/
H A 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/drivers/vfio/pci/pds/
H A 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/arch/powerpc/mm/book3s64/
H A Dhash_utils.c710 unsigned long vaddr, time_limit; in htab_remove_mapping() local
723 time_limit = jiffies + HZ; in htab_remove_mapping()
732 if (time_after(jiffies, time_limit)) { in htab_remove_mapping()
734 time_limit = jiffies + HZ; in htab_remove_mapping()
/linux/arch/powerpc/kernel/
H A 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/arch/powerpc/kvm/
H A 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/drivers/scsi/
H A Dstorvsc_drv.c1246 unsigned long time_limit = jiffies + msecs_to_jiffies(CALLBACK_TIMEOUT); in storvsc_on_channel_callback() local
1267 if (unlikely(time_after(jiffies, time_limit))) { in storvsc_on_channel_callback()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A 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/net/core/
H A Ddev.c7847 unsigned long time_limit = jiffies + in net_rx_action() local
7890 time_after_eq(jiffies, time_limit))) { in net_rx_action()