Searched refs:time2 (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/lib/ |
| H A D | rbtree_test.c | 262 time2 = get_cycles(); in basic_check() 263 time = time2 - time1; in basic_check() 278 time2 = get_cycles(); in basic_check() 279 time = time2 - time1; in basic_check() 295 time2 = get_cycles(); in basic_check() 296 time = time2 - time1; in basic_check() 307 time2 = get_cycles(); in basic_check() 308 time = time2 - time1; in basic_check() 319 time2 = get_cycles(); in basic_check() 320 time = time2 - time1; in basic_check() [all …]
|
| H A D | interval_tree_test.c | 68 cycles_t time1, time2, time; in basic_check() local 83 time2 = get_cycles(); in basic_check() 84 time = time2 - time1; in basic_check() 96 cycles_t time1, time2, time; in search_check() local 116 time2 = get_cycles(); in search_check() 117 time = time2 - time1; in search_check()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/tools/testing/selftests/alsa/conf.d/ |
| H A D | Lenovo_ThinkPad_P1_Gen2.conf | 50 test.time2 {
|
| /linux-6.15/tools/testing/selftests/alsa/ |
| H A D | pcm-test.conf | 10 pcm.test.time2 {
|
| /linux-6.15/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()
|
| /linux-6.15/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 5035 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
|