Home
last modified time | relevance | path

Searched refs:end_time (Results 51 – 75 of 105) sorted by relevance

12345

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py71 def __init__(self, start_time, end_time): argument
73 self.end_time = end_time
74 self.duration = self.end_time - self.start_time
236 self.ps_stats.end_time = crop_at
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c721 IGT_TIMEOUT(end_time); in igt_gpu_write()
778 } while (!__igt_timeout(end_time, NULL)); in igt_gpu_write()
877 IGT_TIMEOUT(end_time); in igt_lmem_create_cleared_cpu()
948 } while (!__igt_timeout(end_time, NULL)); in igt_lmem_create_cleared_cpu()
1023 IGT_TIMEOUT(end_time); in igt_lmem_write_cpu()
1139 } while (!__igt_timeout(end_time, NULL)); in igt_lmem_write_cpu()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch232 my $end_time = "(in $tests_cost_time sec)";
234 - (length $end_time) - 1);
235 - print "-- Finished tests in $full_dir $end_time $end_dashes\n";
/openbmc/linux/sound/i2c/
H A Dcs8427.c315 unsigned long end_time; in snd_cs8427_reset() local
334 end_time = jiffies + chip->reset_timeout; in snd_cs8427_reset()
335 while (time_after_eq(end_time, jiffies)) { in snd_cs8427_reset()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans-gen2.c414 unsigned long end_time = jiffies + IML_WAIT_TIMEOUT; in iwl_pcie_spin_for_iml() local
425 while (time_before(jiffies, end_time)) { in iwl_pcie_spin_for_iml()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass59 def get_timedata(var, d, end_time):
63 return end_time - oldtime
80 end_time = time.time()
81 timediff = end_time - oldtime
/openbmc/linux/sound/pci/ac97/
H A Dac97_codec.c1900 unsigned long end_time; in ac97_reset_wait() local
1903 end_time = jiffies + timeout; in ac97_reset_wait()
1931 } while (time_after_eq(end_time, jiffies)); in ac97_reset_wait()
2063 unsigned long end_time; in snd_ac97_mixer() local
2208 } while (time_after_eq(end_time, jiffies)); in snd_ac97_mixer()
2236 end_time = jiffies + msecs_to_jiffies(100); in snd_ac97_mixer()
2241 } while (time_after_eq(end_time, jiffies)); in snd_ac97_mixer()
2592 unsigned long end_time; in snd_ac97_resume() local
2616 end_time = jiffies + msecs_to_jiffies(100); in snd_ac97_resume()
2621 } while (time_after_eq(end_time, jiffies)); in snd_ac97_resume()
[all …]
/openbmc/linux/sound/isa/
H A Dsscape.c366 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in obp_startup_ack() local
379 } while (time_before(jiffies, end_time)); in obp_startup_ack()
393 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in host_startup_ack() local
406 } while (time_before(jiffies, end_time)); in host_startup_ack()
/openbmc/linux/include/linux/
H A Dpoll.h114 fd_set __user *exp, struct timespec64 *end_time);
/openbmc/linux/kernel/rcu/
H A Drcuscale.c629 u64 start_time, end_time; in kfree_scale_thread() local
680 end_time = ktime_get_mono_fast_ns(); in kfree_scale_thread()
688 (unsigned long long)(end_time - start_time), kfree_loops, in kfree_scale_thread()
/openbmc/linux/sound/pci/
H A Dintel8x0.c2355 unsigned long end_time; in snd_intel8x0_ich_chip_reset() local
2363 end_time = (jiffies + (HZ / 4)) + 1; in snd_intel8x0_ich_chip_reset()
2368 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_reset()
2376 unsigned long end_time; in snd_intel8x0_ich_chip_init() local
2401 end_time = jiffies + HZ; in snd_intel8x0_ich_chip_init()
2408 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_init()
2418 end_time = jiffies + HZ / 4; in snd_intel8x0_ich_chip_init()
2420 time_after_eq(end_time, jiffies)) { in snd_intel8x0_ich_chip_init()
2434 end_time = jiffies + HZ; in snd_intel8x0_ich_chip_init()
2441 } while (time_after_eq(end_time, jiffies)); in snd_intel8x0_ich_chip_init()
/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c3206 unsigned long end_time; in snd_trident_sis_reset() local
3227 end_time = (jiffies + (HZ * 3) / 4) + 1; in snd_trident_sis_reset()
3232 } while (time_after_eq(end_time, jiffies)); in snd_trident_sis_reset()
3236 end_time = jiffies + HZ; in snd_trident_sis_reset()
3248 } while (time_after_eq(end_time, jiffies)); in snd_trident_sis_reset()
3367 unsigned long end_time; in snd_trident_4d_dx_init() local
3386 end_time = (jiffies + (HZ * 3) / 4) + 1; in snd_trident_4d_dx_init()
3391 } while (time_after_eq(end_time, jiffies)); in snd_trident_4d_dx_init()
3407 unsigned long end_time; in snd_trident_4d_nx_init() local
3424 end_time = (jiffies + (HZ * 3) / 4) + 1; in snd_trident_4d_nx_init()
[all …]
/openbmc/linux/sound/pci/mixart/
H A Dmixart_hwdep.c38 unsigned long end_time = jiffies + (timeout * HZ / 100); in mixart_wait_nice_for_register_value() local
53 } while ( time_after_eq(end_time, jiffies) ); in mixart_wait_nice_for_register_value()
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c79 unsigned long end_time = jiffies + HZ / 5; in vx_check_magic() local
86 } while (time_after_eq(end_time, jiffies)); in vx_check_magic()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c595 IGT_TIMEOUT(end_time); in igt_mock_ppgtt_misaligned_dma()
673 if (igt_timeout(end_time, in igt_mock_ppgtt_misaligned_dma()
724 IGT_TIMEOUT(end_time); in igt_ppgtt_huge_fill()
838 if (igt_timeout(end_time, in igt_ppgtt_huge_fill()
1199 IGT_TIMEOUT(end_time); in igt_write_huge()
1299 if (igt_timeout(end_time, in igt_write_huge()
/openbmc/qemu/tests/qtest/
H A Dtpm-tis-i2c-test.c566 uint64_t end_time = g_get_monotonic_time() + 50 * G_TIME_SPAN_SECOND; in tpm_tis_i2c_test_check_transmit() local
572 } while (g_get_monotonic_time() < end_time); in tpm_tis_i2c_test_check_transmit()
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot159 ${end_time}= Get Regexp Matches ${resp["EndTime"]}
163 ${time_diff}= Subtract Date From Date ${end_time[0]} ${start_time[0]}
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c282 unsigned long end_time; in snd_ali_codec_ready() local
285 end_time = jiffies + msecs_to_jiffies(250); in snd_ali_codec_ready()
291 if (!time_after_eq(end_time, jiffies)) in snd_ali_codec_ready()
303 unsigned long end_time; in snd_ali_stimer_ready() local
307 end_time = jiffies + msecs_to_jiffies(250); in snd_ali_stimer_ready()
313 if (!time_after_eq(end_time, jiffies)) in snd_ali_stimer_ready()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c561 unsigned long end_time; in reset_hw_v1_hw() local
577 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v1_hw()
590 if (time_after(jiffies, end_time)) in reset_hw_v1_hw()
596 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v1_hw()
605 if (time_after(jiffies, end_time)) in reset_hw_v1_hw()
/openbmc/linux/sound/drivers/vx/
H A Dvx_core.c41 unsigned long end_time = jiffies + (time * HZ + 999) / 1000; in snd_vx_check_reg_bit() local
54 } while (time_after_eq(end_time, jiffies)); in snd_vx_check_reg_bit()
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py418 end_time = datetime.utcfromtimestamp(float(val))
432 bs_json['elapsed_time'] = end_time - start_time
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c50 static unsigned long end_time; /* End time of test. */ variable
71 end_time = jiffies + msecs_to_jiffies(CONFIG_KCSAN_REPORT_ONCE_IN_MS + 500); in begin_test_checks()
82 if (!stop && time_before(jiffies, end_time)) { in end_test_checks()
1167 end_time += msecs_to_jiffies(1000); /* This test requires a bit more time. */ in test_assert_exclusive_access_scoped()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c352 ktime_t end_time, zero_time = ktime_set(0, 0); in clk_throttle_info() local
371 end_time = hdev->clk_throttling.timestamp[i].end; in clk_throttle_info()
373 end_time = ktime_get(); in clk_throttle_info()
376 ktime_to_ns(ktime_sub(end_time, in clk_throttle_info()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c182 wr32(IGC_ENDQT(i), ring->end_time); in igc_tsn_enable_offload()
/openbmc/linux/sound/hda/
H A Dhdac_device.c1082 unsigned long end_time = jiffies + msecs_to_jiffies(500); in snd_hdac_sync_power_state() local
1095 if (time_after_eq(jiffies, end_time)) in snd_hdac_sync_power_state()

12345