Searched refs:time_limit (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | adminq.c | 240 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 D | task-analyzer.py | 795 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 D | cmds.c | 100 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 D | book3s_hv_p9_entry.c | 532 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 D | storvsc_drv.c | 1246 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 D | qlcnic_83xx_init.c | 306 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 D | socket.c | 2427 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 D | dev.c | 7346 unsigned long time_limit = jiffies + in net_rx_action() local 7389 time_after_eq(jiffies, time_limit))) { in net_rx_action()
|