Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/s390/numa/
Dnuma.c107 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/
Dproc_tty.c104 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/
Dtargethw.h102 u_long t_start ; /* HWT start */ member
/linux-4.4.14/kernel/trace/
Dtrace_printk.c281 t_start(struct seq_file *m, loff_t *pos) in t_start() function
336 .start = t_start,
Dtrace_stack.c303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
387 .start = t_start,
Dtrace_events.c882 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
1774 .start = t_start,
Dftrace.c3160 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3285 .start = t_start,
Dtrace.c3285 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/
Dcommit.c448 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()
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.4.14/include/linux/
Djbd2.h636 unsigned long t_start; member
/linux-4.4.14/fs/ocfs2/
Docfs2_fs.h490 __le32 t_start; /* 1st cluster in this log */ member
Dalloc.c5817 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()