/openbmc/linux/lib/ |
H A 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 …]
|
H A 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()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ds1374.c | 84 unsigned long time1, time2; in rtc_get() local 104 time2 = 0; in rtc_get() 107 time2 = (time2 << 8) | (tmp & 0xff); in rtc_get() 109 } while ((time1 != time2) && limit--); in rtc_get() 111 if (time1 != time2) { in rtc_get()
|
/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/ |
H A D | sud_benchmark.c | 139 double time1, time2; in main() local 188 time2 = perf_syscall(); in main() 197 printf("Avg syscall time %.0lfns.\n", time2 * 1.0e9); in main() 199 100.0 * (time2 / time1 - 1.0), 1.0e9 * (time2 - time1)); in main()
|
/openbmc/linux/crypto/ |
H A D | jitterentropy.c | 668 __u64 time2 = 0; in jent_entropy_init() local 677 jent_get_nstime(&time2); in jent_entropy_init() 680 if (!time || !time2) in jent_entropy_init() 682 delta = jent_delta(time, time2); in jent_entropy_init() 727 if (!(time2 > time)) in jent_entropy_init() 731 lowdelta = time2 - time; in jent_entropy_init()
|
/openbmc/linux/drivers/rtc/ |
H A 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()
|
H A 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()
|
H A 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()
|
/openbmc/sdeventplus/test/source/ |
H A D | time.cpp | 176 auto time2 = std::make_unique<Time<id>>(*time); in TEST_F() local 189 *time2 = time3; in TEST_F() 195 time2.swap(time); in TEST_F() 197 time2.reset(); in TEST_F()
|
/openbmc/linux/tools/testing/selftests/alsa/conf.d/ |
H A D | Lenovo_ThinkPad_P1_Gen2.conf | 50 test.time2 {
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.conf | 10 pcm.test.time2 {
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | usbpipe.h | 28 u16 time2; member
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | baycom_epp.c | 638 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 676 GETTICK(time2); in epp_bh() 703 GETTICK(time2); in epp_bh() 739 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh() 740 bc->debug_vals.demod_cycles = time3 - time2; in epp_bh()
|
/openbmc/qemu/hw/timer/ |
H A D | exynos4210_mct.c | 936 static uint64_t time2[2] = {0}; in exynos4210_ltick_event() local 957 time2[s->id] = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in exynos4210_ltick_event() 959 time2[s->id] - time1[s->id]); in exynos4210_ltick_event() 960 time1[s->id] = time2[s->id]; in exynos4210_ltick_event()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 5010 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
|