| /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()
|
| /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,
|
| /linux/fs/gfs2/ |
| H A D | recovery.c | 405 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local 416 t_start = ktime_get(); in gfs2_recover_func() 528 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func() 529 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | targethw.h | 98 u_long t_start ; /* HWT start */ member
|
| /linux/kernel/trace/ |
| 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 | 1582 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 2595 .start = t_start, 2609 .start = t_start, 2616 .start = t_start,
|
| H A D | ftrace.c | 4251 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 4550 .start = t_start,
|
| H A D | trace.c | 3691 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 3728 .start = t_start,
|
| /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()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_test.c | 999 struct timespec t_start = {0, 0}, t_end = {0, 0}; in remap_region() local 1060 clock_gettime(CLOCK_MONOTONIC, &t_start); in remap_region() 1152 start_ns = t_start.tv_sec * NS_PER_SEC + t_start.tv_nsec; in remap_region()
|
| /linux/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 122 struct timespec *t_start, struct timespec *t_end) in add_timing_event() argument 124 int64_t ts_delta = timespec_to_ns64(t_end) - timespec_to_ns64(t_start); in add_timing_event()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 543 unsigned long t_start = (unsigned long)_text; in protect_kernel_text() local 545 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 564 unsigned long t_start = (unsigned long)_text; in protect_kernel_text_ro() local 567 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 312 unsigned long t_start = jiffies; in mtk_mdio_busy_wait() local 317 if (time_after(jiffies, t_start + PHY_IAC_TIMEOUT)) in mtk_mdio_busy_wait()
|