Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/
H 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()
H A Ddrvfbi.c253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux/fs/proc/
H A Dproc_tty.c104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
121 .start = t_start,
/linux/fs/gfs2/
H A Drecovery.c405 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local
416 t_start = ktime_get(); in gfs2_recover_func()
526 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
527 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
/linux/kernel/trace/
H A Dtrace_printk.c299 t_start(struct seq_file *m, loff_t *pos) in t_start() function
354 .start = t_start,
H A Dtrace_stack.c394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
470 .start = t_start,
H A Dtrace_events.c1557 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
2497 .start = t_start,
H A Dftrace.c4197 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
4493 .start = t_start,
H A Dtrace.c4925 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
4962 .start = t_start,
/linux/drivers/net/fddi/skfp/h/
H A Dtargethw.h98 u_long t_start ; /* HWT start */ member
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H 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/fs/jbd2/
H A Dcommit.c450 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction()
1088 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction()
1090 commit_transaction->t_start); in jbd2_journal_commit_transaction()
H A Dtransaction.c103 transaction->t_start = jiffies; in jbd2_get_transaction()
125 if (time_after(transaction->t_start, ts)) { in update_t_max_wait()
126 newts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c122 struct timespec *t_start, struct timespec *t_end) in add_timing_event() argument
124 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start); in add_timing_event()
/linux/arch/x86/mm/pat/
H A Dset_memory.c543 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local
545 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text()
564 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local
567 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
/linux/include/linux/
H A Djbd2.h639 unsigned long t_start; member
/linux/fs/ocfs2/
H A Dalloc.c5845 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5912 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append()
5915 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append()
5969 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records()
5977 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records()
6314 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()