/openbmc/linux/samples/bpf/ |
H A D | map_perf_test_user.c | 84 __u64 start_time; in test_hash_prealloc() local 126 __u64 start_time; in do_test_lru() local 225 __u64 start_time; in test_percpu_hash_prealloc() local 237 __u64 start_time; in test_hash_kmalloc() local 249 __u64 start_time; in test_percpu_hash_kmalloc() local 261 __u64 start_time; in test_lpm_kmalloc() local 273 __u64 start_time; in test_hash_lookup() local 285 __u64 start_time; in test_array_lookup() local
|
H A D | test_overhead_user.c | 43 __u64 start_time; in test_task_rename() local 68 __u64 start_time; in test_fib_table_lookup() local
|
H A D | trace_output_user.c | 17 static __u64 start_time; variable
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 218 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan() 244 struct timespec start_time, int timeout) in ksm_merge_pages() 269 struct timespec start_time, int timeout) in ksm_unmerge_pages() 351 struct timespec start_time; in check_ksm_merge() local 384 struct timespec start_time; in check_ksm_unmerge() local 425 struct timespec start_time; in check_ksm_zero_page_merge() local 490 struct timespec start_time; in check_ksm_numa_merge() local 554 struct timespec start_time, end_time; in ksm_merge_hugepages_time() local 621 struct timespec start_time, end_time; in ksm_merge_time() local 662 struct timespec start_time, end_time; in ksm_unmerge_time() local [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | s3c24x0_i2c.c | 41 ulong start_time = get_timer(0); in WaitForXfer() local 112 ulong start_time = get_timer(0); in i2c_transfer() local 283 ulong start_time; in s3c24x0_i2c_xfer() local
|
H A D | imx_lpi2c.c | 77 ulong start_time = get_timer(0); in bus_i2c_wait_for_tx_ready() local 122 ulong start_time = get_timer(0); in bus_i2c_receive() local 203 ulong start_time; in bus_i2c_stop() local
|
/openbmc/u-boot/arch/arm/mach-at91/ |
H A D | clock.c | 72 ulong start_time, tmp_time; in at91_upll_clk_enable() local 93 ulong start_time, tmp_time; in at91_upll_clk_disable() local
|
/openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
H A D | clock.c | 163 ulong start_time, tmp_time; in at91_pllb_clk_enable() local 181 ulong start_time, tmp_time; in at91_pllb_clk_disable() local
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 111 unsigned long start_time; in cobalt_tx_bytes() local 169 unsigned long start_time; in cobalt_rx_bytes() local 310 unsigned long start_time; in cobalt_i2c_init() local
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | clock.c | 256 ulong start_time, tmp_time; in at91_pllb_clk_enable() local 274 ulong start_time, tmp_time; in at91_pllb_clk_disable() local
|
/openbmc/linux/include/net/ |
H A D | busy_poll.h | 74 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() 90 unsigned long start_time) in sk_busy_loop_timeout()
|
/openbmc/u-boot/drivers/misc/ |
H A D | tegra186_bpmp.c | 36 ulong start_time; in tegra186_bpmp_call() local 175 ulong tx_base, rx_base, start_time; in tegra186_bpmp_probe() local
|
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 349 def should_continue(duration, start_time): argument 421 start_time = int(time.time()) variable
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | samples.py | 118 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument 128 def __init__(self, writer, pid, cmd, ppid, start_time): argument 150 def split(self, writer, pid, cmd, ppid, start_time): argument
|
/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_scsi.c | 535 unsigned long flags, start_time; in snic_icmnd_cmpl_handler() local 673 u32 start_time = rqi->start_time; in snic_proc_dr_cmpl_locked() local 763 u32 start_time = 0; in snic_process_itmf_cmpl() local 1614 u32 start_time = jiffies; in snic_abort_cmd() local 2095 u32 start_time = jiffies; in snic_unlink_and_release_req() local 2128 int start_time = jiffies; in snic_device_reset() local 2363 u32 start_time = jiffies; in snic_host_reset() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | iwl-spectrum.h | 27 __le64 start_time; member 49 __le64 start_time; member
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_pwrctrl.c | 192 static unsigned long start_time; in traffic_check_for_leave_lps() local 286 unsigned long start_time; in rtw_set_rpwm() local 415 unsigned long start_time; in LPS_RF_ON_check() local 571 unsigned long start_time; in LPS_Leave_check() local
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_scsi.c | 821 unsigned long start_time; in fnic_fcpio_icmnd_cmpl_handler() local 1060 unsigned long start_time; in fnic_fcpio_itmf_cmpl_handler() local 1364 unsigned long start_time = 0; in fnic_cleanup_io_iter() local 1451 unsigned long start_time = 0; in fnic_wq_copy_cleanup_handler() local 1726 unsigned long start_time = 0; in fnic_abort_cmd() local 2206 unsigned long start_time = 0; in fnic_device_reset() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_hashmap_full_update_bench.c | 35 u64 start_time = bpf_ktime_get_ns(); in benchmark() local
|
H A D | bpf_hashmap_lookup.c | 55 u64 start_time; in benchmark() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio.c | 170 gint64 start_time = g_get_monotonic_time(); in qvirtio_wait_queue_isr() local 191 gint64 start_time = g_get_monotonic_time(); in qvirtio_wait_status_byte_no_isr() local 217 gint64 start_time = g_get_monotonic_time(); in qvirtio_wait_used_elem() local
|
/openbmc/linux/drivers/md/bcache/ |
H A D | request.c | 479 unsigned long start_time; member 717 unsigned long start_time) in search_alloc() 1068 unsigned long start_time; member 1097 struct block_device *orig_bdev, unsigned long start_time) in detached_dev_do_request() 1176 unsigned long start_time; in cached_dev_submit_bio() local
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | i2c-mxv7.c | 18 ulong elapsed, start_time; in force_idle_bus() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | gen-lockedsig-cache | 79 start_time = time.perf_counter() variable
|
/openbmc/linux/block/ |
H A D | blk-core.c | 975 unsigned long start_time) in bdev_start_io_acct() 999 unsigned int sectors, unsigned long start_time) in bdev_end_io_acct() 1015 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, in bio_end_io_acct_remapped()
|