/Linux-v6.6/drivers/net/fddi/skfp/ |
D | hwt.c | 62 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()
|
D | drvfbi.c | 253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
|
/Linux-v6.6/fs/proc/ |
D | proc_tty.c | 104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 121 .start = t_start,
|
/Linux-v6.6/tools/testing/selftests/mm/ |
D | mremap_test.c | 282 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-v6.6/fs/gfs2/ |
D | recovery.c | 408 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-v6.6/kernel/trace/ |
D | trace_printk.c | 299 t_start(struct seq_file *m, loff_t *pos) in t_start() function 354 .start = t_start,
|
D | trace_stack.c | 394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 470 .start = t_start,
|
D | trace_events.c | 1220 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 2034 .start = t_start,
|
D | ftrace.c | 3671 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3929 .start = t_start,
|
D | trace.c | 5139 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 5176 .start = t_start,
|
/Linux-v6.6/drivers/net/fddi/skfp/h/ |
D | targethw.h | 98 u_long t_start ; /* HWT start */ member
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | smu8_smumgr.c | 70 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-v6.6/fs/jbd2/ |
D | commit.c | 450 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 1093 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction() 1095 commit_transaction->t_start); in jbd2_journal_commit_transaction()
|
D | transaction.c | 126 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-v6.6/tools/testing/selftests/net/ |
D | txtimestamp.c | 120 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-v6.6/arch/x86/mm/pat/ |
D | set_memory.c | 494 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local 496 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 515 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local 518 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/Linux-v6.6/include/linux/ |
D | jbd2.h | 641 unsigned long t_start; member
|
/Linux-v6.6/fs/ocfs2/ |
D | ocfs2_fs.h | 448 __le32 t_start; /* 1st cluster in this log */ member
|
D | alloc.c | 5830 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-v6.6/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 305 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local 310 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()
|