/Linux-v4.19/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-v4.19/arch/s390/numa/ |
D | numa.c | 112 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/ |
D | proc.c | 352 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/ |
D | mdio_mt7620.c | 25 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/ |
D | proc_tty.c | 106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 123 .start = t_start,
|
/Linux-v4.19/fs/gfs2/ |
D | recovery.c | 413 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/ |
D | trace_printk.c | 287 t_start(struct seq_file *m, loff_t *pos) in t_start() function 342 .start = t_start,
|
D | trace_stack.c | 303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 381 .start = t_start,
|
D | trace_events.c | 925 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 1678 .start = t_start,
|
D | ftrace.c | 3355 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3486 .start = t_start,
|
D | trace.c | 4098 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/ |
D | targethw.h | 102 u_long t_start ; /* HWT start */ member
|
/Linux-v4.19/fs/jbd2/ |
D | commit.c | 423 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()
|
D | transaction.c | 101 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/ |
D | mtk_eth_soc.c | 73 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/ |
D | jbd2.h | 651 unsigned long t_start; member
|
/Linux-v4.19/fs/ocfs2/ |
D | ocfs2_fs.h | 489 __le32 t_start; /* 1st cluster in this log */ member
|
D | alloc.c | 5851 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()
|