Home
last modified time | relevance | path

Searched refs:time2 (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/lib/
A Drbtree_test.c266 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()
324 time = time2 - time1; in rbtree_test_init()
[all …]
A Dinterval_tree_test.c66 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-6.3-rc2/tools/testing/selftests/syscall_user_dispatch/
A Dsud_benchmark.c139 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.3-rc2/crypto/
A Djitterentropy.c754 __u64 time2 = 0; in jent_entropy_init() local
763 jent_get_nstime(&time2); in jent_entropy_init()
766 if (!time || !time2) in jent_entropy_init()
768 delta = jent_delta(time, time2); in jent_entropy_init()
815 if (!(time2 > time)) in jent_entropy_init()
819 lowdelta = time2 - time; in jent_entropy_init()
/linux-6.3-rc2/drivers/rtc/
A Drtc-digicolor.c62 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()
A Drtc-wm831x.c122 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()
A Drtc-wm8350.c34 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.3-rc2/tools/testing/selftests/alsa/conf.d/
A DLenovo_ThinkPad_P1_Gen2.conf50 test.time2 {
/linux-6.3-rc2/tools/testing/selftests/alsa/
A Dpcm-test.conf10 pcm.test.time2 {
/linux-6.3-rc2/drivers/staging/vt6656/
A Dusbpipe.h28 u16 time2; member
/linux-6.3-rc2/drivers/net/hamradio/
A Dbaycom_epp.c638 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.3-rc2/tools/power/pm-graph/
A Dsleepgraph.py4988 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\

Completed in 32 milliseconds