Searched refs:t_start (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwt.c | 70 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()
|
D | drvfbi.c | 260 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
|
/linux-4.1.27/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-4.1.27/drivers/net/fddi/skfp/h/ |
D | targethw.h | 102 u_long t_start ; /* HWT start */ member
|
/linux-4.1.27/kernel/trace/ |
D | trace_printk.c | 274 t_start(struct seq_file *m, loff_t *pos) in t_start() function 329 .start = t_start,
|
D | trace_stack.c | 301 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 385 .start = t_start,
|
D | trace_events.c | 694 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 1323 .start = t_start,
|
D | ftrace.c | 3150 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3275 .start = t_start,
|
D | trace.c | 3277 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/ |
D | commit.c | 450 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()
|
D | transaction.c | 105 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/ |
D | jbd2.h | 594 unsigned long t_start; member
|
/linux-4.1.27/fs/ocfs2/ |
D | ocfs2_fs.h | 490 __le32 t_start; /* 1st cluster in this log */ member
|
D | alloc.c | 5799 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()
|