Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dhwt.c62 smc->hw.t_start = time ; in hwt_start()
117 smc->hw.t_start = 0 ; in hwt_init()
167 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) { in hwt_read()
169 smc->hw.t_stop = smc->hw.t_start ; in hwt_read()
172 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
A Ddrvfbi.c253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux-6.3-rc2/fs/proc/
A Dproc_tty.c104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
121 .start = t_start,
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dmremap_test.c282 struct timespec t_start = {0, 0}, t_end = {0, 0}; in remap_region() local
324 clock_gettime(CLOCK_MONOTONIC, &t_start); in remap_region()
350 start_ns = t_start.tv_sec * NS_PER_SEC + t_start.tv_nsec; in remap_region()
/linux-6.3-rc2/fs/gfs2/
A Drecovery.c408 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local
419 t_start = ktime_get(); in gfs2_recover_func()
529 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
530 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
/linux-6.3-rc2/kernel/trace/
A Dtrace_printk.c299 t_start(struct seq_file *m, loff_t *pos) in t_start() function
354 .start = t_start,
A Dtrace_stack.c394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
470 .start = t_start,
A Dtrace_events.c1237 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
2051 .start = t_start,
A Dftrace.c3668 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3922 .start = t_start,
A Dtrace.c5075 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
5112 .start = t_start,
/linux-6.3-rc2/drivers/net/fddi/skfp/h/
A Dtargethw.h98 u_long t_start ; /* HWT start */ member
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmu8_smumgr.c70 ktime_t t_start; in smu8_send_msg_to_smc_with_parameter() local
86 t_start = ktime_get(); in smu8_send_msg_to_smc_with_parameter()
96 elapsed_us = ktime_us_delta(ktime_get(), t_start); in smu8_send_msg_to_smc_with_parameter()
/linux-6.3-rc2/fs/jbd2/
A Dcommit.c454 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction()
1097 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction()
1099 commit_transaction->t_start); in jbd2_journal_commit_transaction()
A Dtransaction.c126 transaction->t_start = jiffies; in jbd2_get_transaction()
151 if (time_after(transaction->t_start, ts)) { in update_t_max_wait()
152 newts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dtxtimestamp.c120 struct timespec *t_start, struct timespec *t_end) in add_timing_event() argument
122 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start); in add_timing_event()
/linux-6.3-rc2/arch/x86/mm/pat/
A Dset_memory.c493 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local
495 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text()
514 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local
517 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
/linux-6.3-rc2/fs/ocfs2/
A Docfs2_fs.h448 __le32 t_start; /* 1st cluster in this log */ member
A Dalloc.c5830 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5897 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append()
5900 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append()
5954 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records()
5962 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records()
6284 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()
/linux-6.3-rc2/include/linux/
A Djbd2.h661 unsigned long t_start; member
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c210 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local
215 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()

Completed in 91 milliseconds