Home
last modified time | relevance | path

Searched refs:start_time (Results 76 – 100 of 248) sorted by relevance

12345678910

/linux/drivers/net/fddi/skfp/h/
H A Dsba.h27 u_long start_time ; member
/linux/drivers/ptp/
H A Dptp_idt82p33.h101 ktime_t start_time; member
H A Dptp_clockmatrix.h132 ktime_t start_time; member
/linux/lib/kunit/
H A Dstring-stream-test.c460 ktime_t start_time, end_time; in string_stream_performance_test() local
470 start_time = ktime_get(); in string_stream_performance_test()
496 ktime_us_delta(end_time, start_time)); in string_stream_performance_test()
/linux/drivers/scsi/snic/
H A Dsnic_io.h65 u64 start_time; /* start time in jiffies */ member
/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c528 struct timespec64 start_time, period; in fec_ptp_enable()
564 start_time.tv_sec = rq->perout.start.sec; in fec_ptp_enable()
565 start_time.tv_nsec = rq->perout.start.nsec; in fec_ptp_enable()
566 fep->perout_stime = timespec64_to_ns(&start_time); in fec_ptp_enable()
529 struct timespec64 start_time, period; fec_ptp_enable() local
/linux/tools/tracing/rtla/src/
H A Dosnoise.h101 time_t start_time; member
/linux/drivers/media/tuners/
H A Dsi2157.c363 unsigned long start_time; in si2157_tune_wait() local
375 start_time = jiffies; in si2157_tune_wait()
376 timeout = start_time + msecs_to_jiffies(TUN_TIMEOUT); in si2157_tune_wait()
397 jiffies_to_msecs(jiffies) - jiffies_to_msecs(start_time), in si2157_tune_wait()
424 jiffies_to_msecs(jiffies) - jiffies_to_msecs(start_time), in si2157_tune_wait()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1657 u64 current_time, period, start_time, phase; in ice_ptp_cfg_clkout() local
1687 start_time = config->start_time; in ice_ptp_cfg_clkout()
1688 div64_u64_rem(start_time, period, &phase); in ice_ptp_cfg_clkout()
1716 if (start_time < current_time) in ice_ptp_cfg_clkout()
1717 start_time = div64_u64(current_time + NSEC_PER_SEC - 1, in ice_ptp_cfg_clkout()
1721 start_time -= E810_OUT_PROP_DELAY_NS; in ice_ptp_cfg_clkout()
1723 start_time -= ice_e82x_pps_delay(ice_e82x_time_ref(hw)); in ice_ptp_cfg_clkout()
1726 wr32(hw, GLTSYN_TGT_L(chan, tmr_idx), lower_32_bits(start_time)); in ice_ptp_cfg_clkout()
1727 wr32(hw, GLTSYN_TGT_H(chan, tmr_idx), upper_32_bits(start_time)); in ice_ptp_cfg_clkout()
1743 pf->ptp.perout_channels[chan].start_time = phase; in ice_ptp_cfg_clkout()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c279 time64_t start_time; in __bnxt_get_coredump() local
286 start_time = ktime_get_real_seconds(); in __bnxt_get_coredump()
365 bnxt_fill_coredump_record(bp, buf + offset, start_time, in __bnxt_get_coredump()
/linux/drivers/ata/
H A Dpata_pdc2027x.c588 ktime_t start_time, end_time; in pdc_detect_pll_input_clock() local
599 start_time = ktime_get(); in pdc_detect_pll_input_clock()
615 usec_elapsed = (long) ktime_us_delta(end_time, start_time); in pdc_detect_pll_input_clock()
/linux/fs/bcachefs/
H A Dbtree_io.c309 u64 start_time, seq = 0; in btree_node_sort()
331 start_time = local_clock(); in btree_node_sort()
341 start_time); in btree_node_sort()
397 u64 start_time = local_clock(); in bch2_btree_sort_into()
411 start_time); in bch2_btree_sort_into()
1008 u64 start_time = local_clock(); in bch2_btree_node_read_done()
1285 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read_done], start_time); in btree_node_read_work()
1361 rb->start_time); in btree_node_read_endio()
1389 bch2_latency_acct(ca, rb->start_time, READ); in btree_node_sectors_written()
1586 bch2_latency_acct(ca, rb->start_time, REA in btree_node_read_all_replicas()
299 u64 start_time, seq = 0; btree_node_sort() local
387 u64 start_time = local_clock(); bch2_btree_sort_into() local
990 u64 start_time = local_clock(); bch2_btree_node_read_done() local
[all...]
/linux/drivers/edac/
H A Dedac_pci.h70 unsigned long start_time; /* edac_pci load start time (jiffies) */ member
H A Dedac_device.h191 unsigned long start_time; /* edac_device load start time (jiffies) */ member
/linux/fs/nfsd/
H A Dexport.h59 time64_t start_time; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c1814 u32 start_time, tsf_low; in rtl8821ae_set_p2p_ps_offload_cmd() local
1846 start_time = p2pinfo->noa_start_time[i]; in rtl8821ae_set_p2p_ps_offload_cmd()
1848 while (start_time <= (tsf_low+(50*1024))) { in rtl8821ae_set_p2p_ps_offload_cmd()
1849 start_time += p2pinfo->noa_interval[i]; in rtl8821ae_set_p2p_ps_offload_cmd()
1854 rtl_write_dword(rtlpriv, 0x5E8, start_time); in rtl8821ae_set_p2p_ps_offload_cmd()
/linux/include/linux/
H A Dpsi_types.h115 u64 start_time; member
H A Dblkdev.h1476 unsigned long start_time);
1478 unsigned int sectors, unsigned long start_time); in bio_end_io_acct() argument
1481 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, in bio_end_io_acct()
1487 * @start_time: start time returned by bio_start_io_acct()
1489 static inline void bio_end_io_acct(struct bio *bio, unsigned long start_time)
1491 return bio_end_io_acct_remapped(bio, start_time, bio->bi_bdev);
/linux/drivers/md/
H A Ddm-flakey.c30 unsigned long start_time; member
266 fc->start_time = jiffies; in flakey_ctr()
490 elapsed = (jiffies - fc->start_time) / HZ; in flakey_map()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h202 BPF_CORE_READ(parent, start_time); in populate_ancestors()
343 metadata->start_time = BPF_CORE_READ(task, start_time); in populate_var_metadata()
715 proc_exec_data->parent_start_time = BPF_CORE_READ(parent_task, start_time); in raw_tracepoint__sched_process_exec()
953 fork_data->parent_start_time = BPF_CORE_READ(parent, start_time); in raw_tracepoint__sched_process_fork()
H A Dprofiler.h68 uint64_t start_time; member
/linux/drivers/usb/usbip/
H A Dvudc.h95 struct timespec64 start_time; member
/linux/drivers/i2c/busses/
H A Di2c-fsi.c610 unsigned long start_time; in fsi_i2c_xfer() local
623 start_time = jiffies; in fsi_i2c_xfer()
630 adap->timeout - (jiffies - start_time)); in fsi_i2c_xfer()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c549 u32 start_time, interval, duration; in rtw89_mcc_fill_role_limit() local
567 start_time = le32_to_cpu(noa_desc->start_time); in rtw89_mcc_fill_role_limit()
584 tsf_lmt = (tsf & GENMASK_ULL(63, 32)) | start_time; in rtw89_mcc_fill_role_limit()
1792 u64 start_time = config->start_tsf; in rtw89_mcc_handle_beacon_noa() local
1802 start_time += ieee80211_tu_to_usec(ref->duration); in rtw89_mcc_handle_beacon_noa()
1806 start_time += ieee80211_tu_to_usec(pattern->tob_ref) + in rtw89_mcc_handle_beacon_noa()
1812 start_time += ieee80211_tu_to_usec(sync->offset); in rtw89_mcc_handle_beacon_noa()
1822 noa_desc.start_time = cpu_to_le32(start_time); in rtw89_mcc_handle_beacon_noa()
/linux/drivers/md/bcache/
H A Dbset.c1239 uint64_t start_time; in __btree_sort() local
1254 start_time = local_clock(); in __btree_sort()
1289 bch_time_stats_update(&state->time, start_time); in __btree_sort()
1325 uint64_t start_time = local_clock(); in bch_btree_sort_into() local
1332 bch_time_stats_update(&state->time, start_time); in bch_btree_sort_into()

12345678910