Home
last modified time | relevance | path

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

12345678

/linux-6.15/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
Dtrace_output_user.c17 static __u64 start_time; variable
/linux-6.15/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.15/io_uring/ !
Dnapi.c131 static inline bool io_napi_busy_loop_timeout(ktime_t start_time, in io_napi_busy_loop_timeout()
145 unsigned long start_time) in io_napi_busy_loop_should_end()
207 unsigned long start_time = busy_loop_current_time(); in io_napi_blocking_busy_loop() local
/linux-6.15/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.15/include/net/ !
Dbusy_poll.h86 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout()
102 unsigned long start_time) in sk_busy_loop_timeout()
/linux-6.15/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.15/drivers/staging/rtl8723bs/core/ !
Drtw_pwrctrl.c188 static unsigned long start_time; in traffic_check_for_leave_lps() local
282 unsigned long start_time; in rtw_set_rpwm() local
409 unsigned long start_time; in LPS_RF_ON_check() local
561 unsigned long start_time; in LPS_Leave_check() local
/linux-6.15/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.15/drivers/net/wireless/intel/iwlegacy/ !
Diwl-spectrum.h27 __le64 start_time; member
49 __le64 start_time; member
/linux-6.15/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.15/drivers/scsi/fnic/ !
Dfnic_scsi.c922 unsigned long start_time; in fnic_fcpio_icmnd_cmpl_handler() local
1192 unsigned long start_time; in fnic_fcpio_itmf_cmpl_handler() local
1522 unsigned long start_time = 0; in fnic_cleanup_io_iter() local
1652 unsigned long start_time = 0; in fnic_wq_copy_cleanup_handler() local
2012 unsigned long start_time = 0; in fnic_abort_cmd() local
2547 unsigned long start_time = 0; in fnic_device_reset() local
/linux-6.15/fs/bcachefs/ !
Dbtree_io.h41 u64 start_time; member
55 u64 start_time; member
Dbtree_io.c304 u64 start_time, seq = 0; in btree_node_sort() local
392 u64 start_time = local_clock(); in bch2_btree_sort_into() local
1026 u64 start_time = local_clock(); in bch2_btree_node_read_done() local
2031 static void __btree_node_write_done(struct bch_fs *c, struct btree *b, u64 start_time) in __btree_node_write_done()
2074 static void btree_node_write_done(struct bch_fs *c, struct btree *b, u64 start_time) in btree_node_write_done()
2092 u64 start_time = wbio->start_time; in btree_node_write_work() local
2246 u64 start_time = local_clock(); in __bch2_btree_node_write() local
/linux-6.15/tools/perf/util/ !
Dtool_pmu.c250 __u64 *start_time = NULL; in evsel__tool_pmu_open() local
397 __u64 *start_time, cur_time, delta_start; in evsel__tool_pmu_read() local
/linux-6.15/block/ !
Dblk-core.c1031 unsigned long start_time) in bdev_start_io_acct()
1055 unsigned int sectors, unsigned long start_time) in bdev_end_io_acct()
1071 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, in bio_end_io_acct_remapped()
/linux-6.15/tools/testing/selftests/timers/ !
Dalarmtimer-suspend.c40 struct timespec start_time; variable
/linux-6.15/lib/ !
Dirq_poll.c82 unsigned long start_time = jiffies; in irq_poll_softirq() local
/linux-6.15/drivers/gpu/drm/panfrost/ !
Dpanfrost_job.h38 ktime_t start_time; member
/linux-6.15/tools/power/cpupower/utils/idle_monitor/ !
Dcpuidle_sysfs.c22 static struct timespec start_time; variable
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ !
Dtest_overhead.c22 __u64 start_time; in test_task_rename() local
/linux-6.15/tools/laptop/dslm/ !
Ddslm.c68 time_t start_time; in measure() local
/linux-6.15/mm/ !
Ddmapool_test.c65 ktime_t start_time, end_time; in dmapool_test_block() local
/linux-6.15/drivers/net/ethernet/pensando/ionic/ !
Dionic_fw.c69 unsigned long start_time; in ionic_fw_status_long_wait() local

12345678