Searched refs:time2 (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/lib/ |
D | rbtree_test.c | 245 cycles_t time1, time2, time; in rbtree_test_init() local 266 time2 = get_cycles(); in rbtree_test_init() 267 time = time2 - time1; in rbtree_test_init() 282 time2 = get_cycles(); in rbtree_test_init() 283 time = time2 - time1; in rbtree_test_init() 299 time2 = get_cycles(); in rbtree_test_init() 300 time = time2 - time1; in rbtree_test_init() 311 time2 = get_cycles(); in rbtree_test_init() 312 time = time2 - time1; in rbtree_test_init() 323 time2 = get_cycles(); in rbtree_test_init() [all …]
|
D | interval_tree_test.c | 66 cycles_t time1, time2, time; in interval_tree_test_init() local 93 time2 = get_cycles(); in interval_tree_test_init() 94 time = time2 - time1; in interval_tree_test_init() 115 time2 = get_cycles(); in interval_tree_test_init() 116 time = time2 - time1; in interval_tree_test_init()
|
/Linux-v5.10/drivers/ide/ |
D | ali14xx.c | 116 int time1, time2; in ali14xx_set_pio_mode() local 125 time2 = t->active; in ali14xx_set_pio_mode() 126 param3 = param1 = (time2 * bus_speed + 999) / 1000; in ali14xx_set_pio_mode() 133 drive->name, pio, time1, time2, param1, param2, param3, param4); in ali14xx_set_pio_mode()
|
/Linux-v5.10/crypto/ |
D | jitterentropy.c | 740 __u64 time2 = 0; in jent_entropy_init() local 749 jent_get_nstime(&time2); in jent_entropy_init() 752 if (!time || !time2) in jent_entropy_init() 754 delta = jent_delta(time, time2); in jent_entropy_init() 801 if (!(time2 > time)) in jent_entropy_init() 805 lowdelta = time2 - time; in jent_entropy_init()
|
/Linux-v5.10/drivers/rtc/ |
D | rtc-digicolor.c | 62 u32 reference, time1, time2; in dc_rtc_read() local 73 time2 = readl_relaxed(rtc->regs + DC_RTC_TIME); in dc_rtc_read() 74 if (time1 == time2) in dc_rtc_read() 76 time1 = time2; in dc_rtc_read()
|
D | rtc-wm831x.c | 122 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local 147 2, time2); in wm831x_rtc_readtime() 151 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
|
D | rtc-wm8350.c | 34 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local 47 4, time2); in wm8350_rtc_readtime() 51 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
|
/Linux-v5.10/drivers/staging/vt6656/ |
D | usbpipe.h | 30 u16 time2; member
|
/Linux-v5.10/drivers/net/hamradio/ |
D | baycom_epp.c | 644 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 682 GETTICK(time2); in epp_bh() 709 GETTICK(time2); in epp_bh() 745 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh() 746 bc->debug_vals.demod_cycles = time3 - time2; in epp_bh()
|
/Linux-v5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 4756 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
|