/openbmc/linux/drivers/net/fddi/skfp/ |
H 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()
|
H A D | drvfbi.c | 253 smc->hw.t_stop = smc->hw.t_start; in timer_irq()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mremap_test.c | 282 struct timespec t_start = {0, 0}, t_end = {0, 0}; in remap_region() local 324 clock_gettime(CLOCK_MONOTONIC, &t_start); in remap_region() 350 start_ns = t_start.tv_sec * NS_PER_SEC + t_start.tv_nsec; in remap_region()
|
/openbmc/linux/fs/proc/ |
H A D | proc_tty.c | 104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 121 .start = t_start,
|
/openbmc/linux/fs/gfs2/ |
H A D | recovery.c | 408 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() 529 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func() 530 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_printk.c | 299 t_start(struct seq_file *m, loff_t *pos) in t_start() function 354 .start = t_start,
|
H 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,
|
H A D | trace_events.c | 1381 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 2205 .start = t_start,
|
H A D | ftrace.c | 3634 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3892 .start = t_start,
|
H A D | trace.c | 5040 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 5077 .start = t_start,
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | targethw.h | 98 u_long t_start ; /* HWT start */ member
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | spd_sdram.c | 882 unsigned long t_start, t_end; in ddr_enable_ecc() local 888 t_start = get_tbms(); in ddr_enable_ecc() 907 debug("ddr init duration: %ld ms\n", t_end - t_start); in ddr_enable_ecc()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H 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()
|
/openbmc/linux/fs/jbd2/ |
H A D | commit.c | 450 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 1095 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction() 1097 commit_transaction->t_start); in jbd2_journal_commit_transaction()
|
H A D | transaction.c | 104 transaction->t_start = jiffies; in jbd2_get_transaction() 129 if (time_after(transaction->t_start, ts)) { in update_t_max_wait() 130 newts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
|
/openbmc/linux/tools/testing/selftests/net/ |
H 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()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 494 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local 496 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 515 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local 518 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 641 unsigned long t_start; member
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2_fs.h | 448 __le32 t_start; /* 1st cluster in this log */ member
|
H 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()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 305 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local 310 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()
|