Home
last modified time | relevance | path

Searched defs:start_time (Results 1 – 25 of 185) sorted by relevance

12345678

/linux-6.12.1/samples/bpf/
Dmap_perf_test_user.c84 __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
Dtest_overhead_user.c43 __u64 start_time; in test_task_rename() local
68 __u64 start_time; in test_fib_table_lookup() local
Dtrace_output_user.c17 static __u64 start_time; variable
/linux-6.12.1/tools/testing/selftests/mm/
Dksm_tests.c218 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 …]
/linux-6.12.1/io_uring/
Dnapi.c110 static inline bool io_napi_busy_loop_timeout(ktime_t start_time, in io_napi_busy_loop_timeout()
124 unsigned long start_time) in io_napi_busy_loop_should_end()
163 unsigned long start_time = busy_loop_current_time(); in io_napi_blocking_busy_loop() local
/linux-6.12.1/drivers/media/pci/cobalt/
Dcobalt-i2c.c111 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
/linux-6.12.1/include/net/
Dbusy_poll.h78 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout()
94 unsigned long start_time) in sk_busy_loop_timeout()
/linux-6.12.1/drivers/scsi/snic/
Dsnic_scsi.c535 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
2089 u32 start_time = jiffies; in snic_unlink_and_release_req() local
2122 int start_time = jiffies; in snic_device_reset() local
2357 u32 start_time = jiffies; in snic_host_reset() local
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c191 static unsigned long start_time; in traffic_check_for_leave_lps() local
285 unsigned long start_time; in rtw_set_rpwm() local
412 unsigned long start_time; in LPS_RF_ON_check() local
568 unsigned long start_time; in LPS_Leave_check() local
/linux-6.12.1/drivers/md/bcache/
Drequest.c493 unsigned long start_time; member
731 unsigned long start_time) in search_alloc()
1082 unsigned long start_time; member
1111 struct block_device *orig_bdev, unsigned long start_time) in detached_dev_do_request()
1190 unsigned long start_time; in cached_dev_submit_bio() local
/linux-6.12.1/drivers/scsi/fnic/
Dfnic_scsi.c820 unsigned long start_time; in fnic_fcpio_icmnd_cmpl_handler() local
1087 unsigned long start_time; in fnic_fcpio_itmf_cmpl_handler() local
1418 unsigned long start_time = 0; in fnic_cleanup_io_iter() local
1509 unsigned long start_time = 0; in fnic_wq_copy_cleanup_handler() local
1791 unsigned long start_time = 0; in fnic_abort_cmd() local
2284 unsigned long start_time = 0; in fnic_device_reset() local
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
Diwl-spectrum.h27 __le64 start_time; member
49 __le64 start_time; member
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_full_update_bench.c35 u64 start_time = bpf_ktime_get_ns(); in benchmark() local
Dbpf_hashmap_lookup.c55 u64 start_time; in benchmark() local
/linux-6.12.1/tools/testing/selftests/damon/
Ddebugfs_target_ids_read_before_terminate_race.c64 struct timespec start_time, now; in main() local
/linux-6.12.1/block/
Dblk-core.c1010 unsigned long start_time) in bdev_start_io_acct()
1034 unsigned int sectors, unsigned long start_time) in bdev_end_io_acct()
1050 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, in bio_end_io_acct_remapped()
/linux-6.12.1/lib/
Dirq_poll.c82 unsigned long start_time = jiffies; in irq_poll_softirq() local
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_job.h38 ktime_t start_time; member
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c22 __u64 start_time; in test_task_rename() local
/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/
Dcpuidle_sysfs.c22 static struct timespec start_time; variable
/linux-6.12.1/tools/laptop/dslm/
Ddslm.c68 time_t start_time; in measure() local
/linux-6.12.1/mm/
Ddmapool_test.c65 ktime_t start_time, end_time; in dmapool_test_block() local
/linux-6.12.1/tools/testing/selftests/timers/
Dalarmtimer-suspend.c54 struct timespec start_time; variable
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_fw.c69 unsigned long start_time; in ionic_fw_status_long_wait() local
/linux-6.12.1/drivers/net/ethernet/amd/pds_core/
Dfw.c71 unsigned long start_time; in pdsc_fw_status_long_wait() local

12345678