Searched refs:time2 (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/lib/ |
D | rbtree_test.c | 247 cycles_t time1, time2, time; in rbtree_test_init() local 268 time2 = get_cycles(); in rbtree_test_init() 269 time = time2 - time1; in rbtree_test_init() 284 time2 = get_cycles(); in rbtree_test_init() 285 time = time2 - time1; in rbtree_test_init() 301 time2 = get_cycles(); in rbtree_test_init() 302 time = time2 - time1; in rbtree_test_init() 313 time2 = get_cycles(); in rbtree_test_init() 314 time = time2 - time1; in rbtree_test_init() 325 time2 = get_cycles(); in rbtree_test_init() [all …]
|
D | interval_tree_test.c | 65 cycles_t time1, time2, time; in interval_tree_test_init() local 92 time2 = get_cycles(); in interval_tree_test_init() 93 time = time2 - time1; in interval_tree_test_init() 114 time2 = get_cycles(); in interval_tree_test_init() 115 time = time2 - time1; in interval_tree_test_init()
|
/Linux-v4.19/drivers/ide/ |
D | ali14xx.c | 115 int time1, time2; in ali14xx_set_pio_mode() local 124 time2 = t->active; in ali14xx_set_pio_mode() 125 param3 = param1 = (time2 * bus_speed + 999) / 1000; in ali14xx_set_pio_mode() 132 drive->name, pio, time1, time2, param1, param2, param3, param4); in ali14xx_set_pio_mode()
|
/Linux-v4.19/crypto/ |
D | jitterentropy.c | 697 __u64 time2 = 0; in jent_entropy_init() local 704 jent_get_nstime(&time2); in jent_entropy_init() 707 if (!time || !time2) in jent_entropy_init() 709 delta = time2 - time; in jent_entropy_init() 729 if (!(time2 > time)) in jent_entropy_init() 736 lowdelta = time2 - time; in jent_entropy_init()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-digicolor.c | 66 u32 reference, time1, time2; in dc_rtc_read() local 77 time2 = readl_relaxed(rtc->regs + DC_RTC_TIME); in dc_rtc_read() 78 if (time1 == time2) in dc_rtc_read() 80 time1 = time2; in dc_rtc_read()
|
D | rtc-wm831x.c | 126 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local 151 2, time2); in wm831x_rtc_readtime() 155 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
|
D | rtc-wm8350.c | 39 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local 52 4, time2); in wm8350_rtc_readtime() 56 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | int.h | 30 u16 time2; member
|
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_epp.c | 658 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 696 GETTICK(time2); in epp_bh() 723 GETTICK(time2); in epp_bh() 759 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh() 760 bc->debug_vals.demod_cycles = time3 - time2; in epp_bh()
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 818 static void record_send_stats(cycles_t time1, cycles_t time2, in record_send_stats() argument 824 if (time2 > time1) { in record_send_stats() 825 elapsed = time2 - time1; in record_send_stats() 909 cycles_t time2; in uv_flush_send_and_wait() local 969 time2 = get_cycles(); in uv_flush_send_and_wait() 978 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait()
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 4073 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
|