Searched refs:t_start (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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.4.14/arch/s390/numa/ |
D | numa.c | 107 unsigned long t_start, t_end; in numa_setup_memory() local 112 for_each_mem_pfn_range(i, nid, &t_start, &t_end, NULL) { in numa_setup_memory() 113 if (t_start < start_pfn) in numa_setup_memory() 114 start_pfn = t_start; in numa_setup_memory()
|
/linux-4.4.14/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.4.14/drivers/net/fddi/skfp/h/ |
D | targethw.h | 102 u_long t_start ; /* HWT start */ member
|
/linux-4.4.14/kernel/trace/ |
D | trace_printk.c | 281 t_start(struct seq_file *m, loff_t *pos) in t_start() function 336 .start = t_start,
|
D | trace_stack.c | 303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 387 .start = t_start,
|
D | trace_events.c | 882 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 1774 .start = t_start,
|
D | ftrace.c | 3160 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3285 .start = t_start,
|
D | trace.c | 3285 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3322 .start = t_start,
|
/linux-4.4.14/fs/jbd2/ |
D | commit.c | 448 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 1090 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction() 1092 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.4.14/include/linux/ |
D | jbd2.h | 636 unsigned long t_start; member
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2_fs.h | 490 __le32 t_start; /* 1st cluster in this log */ member
|
D | alloc.c | 5817 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce() 5884 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append() 5887 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append() 5943 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records() 5951 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records() 6230 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()
|