Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/
A Dhwt.c62 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 Ddrvfbi.c253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
/linux/arch/nds32/mm/
A Dproc.c355 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 Dmremap_test.c113 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 Dproc_tty.c106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
123 .start = t_start,
/linux/fs/gfs2/
A Drecovery.c410 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 Dtrace_printk.c299 t_start(struct seq_file *m, loff_t *pos) in t_start() function
354 .start = t_start,
A Dtrace_stack.c394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
470 .start = t_start,
A Dtrace_events.c1202 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
2012 .start = t_start,
A Dftrace.c3575 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function
3714 .start = t_start,
A Dtrace.c4972 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 Dtargethw.h98 u_long t_start ; /* HWT start */ member
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmu8_smumgr.c70 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 Dcommit.c484 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 Dtransaction.c127 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 Dtxtimestamp.c120 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 Dset_memory.c458 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 Docfs2_fs.h448 __le32 t_start; /* 1st cluster in this log */ member
A Dalloc.c5830 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 Djbd2.h665 unsigned long t_start; member
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c83 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 DSystem.map10645 ffff8000102ec9a0 t t_start
A D.tmp_System.map10645 ffff8000102ec9a0 t t_start

Completed in 418 milliseconds