Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/fddi/skfp/
Dhwt.c70 smc->hw.t_start = time ; in hwt_start()
125 smc->hw.t_start = 0 ; in hwt_init()
175 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) { in hwt_read()
177 smc->hw.t_stop = smc->hw.t_start ; in hwt_read()
180 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
Ddrvfbi.c260 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux-4.1.27/fs/proc/
Dproc_tty.c104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
121 .start = t_start,
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dtargethw.h102 u_long t_start ; /* HWT start */ member
/linux-4.1.27/kernel/trace/
Dtrace_printk.c274 t_start(struct seq_file *m, loff_t *pos) in t_start() function
329 .start = t_start,
Dtrace_stack.c301 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
385 .start = t_start,
Dtrace_events.c694 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
1323 .start = t_start,
Dftrace.c3150 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3275 .start = t_start,
Dtrace.c3277 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3314 .start = t_start,
/linux-4.1.27/fs/jbd2/
Dcommit.c450 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction()
1096 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction()
1098 commit_transaction->t_start); in jbd2_journal_commit_transaction()
Dtransaction.c105 transaction->t_start = jiffies; in jbd2_get_transaction()
134 time_after(transaction->t_start, ts)) { in update_t_max_wait()
135 ts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
/linux-4.1.27/include/linux/
Djbd2.h594 unsigned long t_start; member
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h490 __le32 t_start; /* 1st cluster in this log */ member
Dalloc.c5799 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5866 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append()
5869 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append()
5925 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records()
5933 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records()
6212 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()