Searched refs:time_limit (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | adminq.c | 230 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 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/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_main.c | 417 unsigned long time_limit; in ionic_adminq_wait() local 434 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait() 455 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait() 462 time_after_eq(time_done, time_limit), in ionic_adminq_wait()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 710 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/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 | 1257 unsigned long time_limit = jiffies + msecs_to_jiffies(CALLBACK_TIMEOUT); in storvsc_on_channel_callback() local 1278 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 | 2429 unsigned long time_limit = jiffies + usecs_to_jiffies(20000); in tipc_sk_enqueue() local 2436 if (unlikely(time_after_eq(jiffies, time_limit))) in tipc_sk_enqueue()
|
| /linux/net/core/ |
| H A D | dev.c | 7917 unsigned long time_limit = jiffies + in net_rx_action() local 7960 time_after_eq(jiffies, time_limit))) { in net_rx_action()
|