Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A 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/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/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/tipc/
H A 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/net/core/
H A Ddev.c7346 unsigned long time_limit = jiffies + in net_rx_action() local
7389 time_after_eq(jiffies, time_limit))) { in net_rx_action()