Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/s390/numa/
Dnuma.c112 unsigned long t_start, t_end; in numa_setup_memory() local
117 for_each_mem_pfn_range(i, nid, &t_start, &t_end, NULL) { in numa_setup_memory()
118 if (t_start < start_pfn) in numa_setup_memory()
119 start_pfn = t_start; in numa_setup_memory()
/Linux-v4.19/arch/nds32/mm/
Dproc.c352 unsigned long line_size, t_start, t_end; in cpu_cache_wbinval_range_check() local
368 t_start = (start + PAGE_SIZE) & PAGE_MASK; in cpu_cache_wbinval_range_check()
383 cpu_dcache_wbinval_range(start, t_start); in cpu_cache_wbinval_range_check()
385 cpu_icache_inval_range(start, t_start); in cpu_cache_wbinval_range_check()
395 while (t_start < t_end) { in cpu_cache_wbinval_range_check()
396 if (va_present(vma->vm_mm, t_start)) { in cpu_cache_wbinval_range_check()
398 cpu_dcache_wbinval_page(t_start); in cpu_cache_wbinval_range_check()
400 cpu_icache_inval_page(t_start); in cpu_cache_wbinval_range_check()
402 t_start += PAGE_SIZE; in cpu_cache_wbinval_range_check()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmdio_mt7620.c25 unsigned long t_start = jiffies; in mt7620_mii_busy_wait() local
32 if (time_after(jiffies, t_start + GSW_REG_PHY_TIMEOUT)) in mt7620_mii_busy_wait()
/Linux-v4.19/fs/proc/
Dproc_tty.c106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
123 .start = t_start,
/Linux-v4.19/fs/gfs2/
Drecovery.c413 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local
419 t_start = ktime_get(); in gfs2_recover_func()
519 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func()
520 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
/Linux-v4.19/kernel/trace/
Dtrace_printk.c287 t_start(struct seq_file *m, loff_t *pos) in t_start() function
342 .start = t_start,
Dtrace_stack.c303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
381 .start = t_start,
Dtrace_events.c925 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
1678 .start = t_start,
Dftrace.c3355 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3486 .start = t_start,
Dtrace.c4098 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
4135 .start = t_start,
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dtargethw.h102 u_long t_start ; /* HWT start */ member
/Linux-v4.19/fs/jbd2/
Dcommit.c423 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction()
1061 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction()
1063 commit_transaction->t_start); in jbd2_journal_commit_transaction()
Dtransaction.c101 transaction->t_start = jiffies; in jbd2_get_transaction()
130 time_after(transaction->t_start, ts)) { in update_t_max_wait()
131 ts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c73 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local
78 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()
1648 unsigned long t_start = jiffies; in mtk_dma_busy_wait() local
1654 if (time_after(jiffies, t_start + MTK_DMA_BUSY_TIMEOUT)) in mtk_dma_busy_wait()
/Linux-v4.19/include/linux/
Djbd2.h651 unsigned long t_start; member
/Linux-v4.19/fs/ocfs2/
Docfs2_fs.h489 __le32 t_start; /* 1st cluster in this log */ member
Dalloc.c5851 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5918 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append()
5921 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append()
5974 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records()
5982 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records()
6288 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()