/linux/drivers/net/fddi/skfp/ |
A D | hwt.c | 62 smc->hw.t_start = time ; in hwt_start() 117 smc->hw.t_start = 0 ; in hwt_init() 167 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) { in hwt_read() 169 smc->hw.t_stop = smc->hw.t_start ; in hwt_read() 172 smc->hw.t_stop = smc->hw.t_start - tr ; in hwt_read()
|
A D | drvfbi.c | 253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
|
/linux/arch/nds32/mm/ |
A D | proc.c | 355 unsigned long line_size, t_start, t_end; in cpu_cache_wbinval_range_check() local 371 t_start = (start + PAGE_SIZE) & PAGE_MASK; in cpu_cache_wbinval_range_check() 386 cpu_dcache_wbinval_range(start, t_start); in cpu_cache_wbinval_range_check() 388 cpu_icache_inval_range(start, t_start); in cpu_cache_wbinval_range_check() 398 while (t_start < t_end) { in cpu_cache_wbinval_range_check() 399 if (va_present(vma->vm_mm, t_start)) { in cpu_cache_wbinval_range_check() 401 cpu_dcache_wbinval_page(t_start); in cpu_cache_wbinval_range_check() 403 cpu_icache_inval_page(t_start); in cpu_cache_wbinval_range_check() 405 t_start += PAGE_SIZE; in cpu_cache_wbinval_range_check()
|
/linux/tools/testing/selftests/vm/ |
A D | mremap_test.c | 113 struct timespec t_start = {0, 0}, t_end = {0, 0}; in remap_region() local 144 clock_gettime(CLOCK_MONOTONIC, &t_start); in remap_region() 170 start_ns = t_start.tv_sec * NS_PER_SEC + t_start.tv_nsec; in remap_region()
|
/linux/fs/proc/ |
A 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/fs/gfs2/ |
A D | recovery.c | 410 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local 421 t_start = ktime_get(); in gfs2_recover_func() 531 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func() 532 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
|
/linux/kernel/trace/ |
A D | trace_printk.c | 299 t_start(struct seq_file *m, loff_t *pos) in t_start() function 354 .start = t_start,
|
A D | trace_stack.c | 394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 470 .start = t_start,
|
A D | trace_events.c | 1202 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 2012 .start = t_start,
|
A D | ftrace.c | 3575 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3714 .start = t_start,
|
A D | trace.c | 4972 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 5009 .start = t_start,
|
/linux/drivers/net/fddi/skfp/h/ |
A D | targethw.h | 98 u_long t_start ; /* HWT start */ member
|
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | smu8_smumgr.c | 70 ktime_t t_start; in smu8_send_msg_to_smc_with_parameter() local 86 t_start = ktime_get(); in smu8_send_msg_to_smc_with_parameter() 96 elapsed_us = ktime_us_delta(ktime_get(), t_start); in smu8_send_msg_to_smc_with_parameter()
|
/linux/fs/jbd2/ |
A D | commit.c | 484 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 1138 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction() 1140 commit_transaction->t_start); in jbd2_journal_commit_transaction()
|
A D | transaction.c | 127 transaction->t_start = jiffies; in jbd2_get_transaction() 154 time_after(transaction->t_start, ts)) { in update_t_max_wait() 155 ts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
|
/linux/tools/testing/selftests/net/ |
A D | txtimestamp.c | 120 struct timespec *t_start, struct timespec *t_end) in add_timing_event() argument 122 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start); in add_timing_event()
|
/linux/arch/x86/mm/pat/ |
A D | set_memory.c | 458 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local 460 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 479 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local 482 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/linux/fs/ocfs2/ |
A D | ocfs2_fs.h | 448 __le32 t_start; /* 1st cluster in this log */ member
|
A D | alloc.c | 5830 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce() 5897 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append() 5900 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append() 5954 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records() 5962 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records() 6284 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()
|
/linux/include/linux/ |
A D | jbd2.h | 665 unsigned long t_start; member
|
/linux/drivers/net/ethernet/mediatek/ |
A D | mtk_eth_soc.c | 83 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local 88 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()
|
/linux/ |
A D | System.map | 10645 ffff8000102ec9a0 t t_start
|
A D | .tmp_System.map | 10645 ffff8000102ec9a0 t t_start
|