Searched refs:time1 (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dtimer.c32 wait->time1 = time;
35 if (wait->time1 == time) {
39 wait->time1 = time;
43 if (wait->time1 - wait->time0 > wait->limit)
46 return wait->time1 - wait->time0;
/linux-master/tools/testing/selftests/alsa/conf.d/
H A DLenovo_ThinkPad_P1_Gen2.conf42 test.time1 {
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c139 double time1, time2; local
152 time1 = perf_syscall();
153 printf("Avg syscall time %.0lfns.\n", time1 * 1.0e9);
199 100.0 * (time2 / time1 - 1.0), 1.0e9 * (time2 - time1));
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h9 u64 time1; member in struct:nvif_timer_wait
/linux-master/drivers/rtc/
H A Drtc-wm8350.c34 u16 time1[4], time2[4]; local
39 * If time1 == time2, then time is valid else retry.
43 4, time1);
51 if (memcmp(time1, time2, sizeof(time1)) == 0) {
52 tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK;
54 tm->tm_min = (time1[0] & WM8350_RTC_MINS_MASK)
57 tm->tm_hour = time1[1] & WM8350_RTC_HRS_MASK;
59 tm->tm_wday = ((time1[1] >> WM8350_RTC_DAY_SHIFT)
62 tm->tm_mon = ((time1[
[all...]
H A Drtc-digicolor.c62 u32 reference, time1, time2; local
70 time1 = readl_relaxed(rtc->regs + DC_RTC_TIME);
74 if (time1 == time2)
76 time1 = time2;
79 *val = reference + time1;
H A Drtc-wm831x.c122 u16 time1[2], time2[2]; local
142 2, time1);
151 if (memcmp(time1, time2, sizeof(time1)) == 0) {
152 u32 time = (time1[0] << 16) | time1[1];
/linux-master/lib/
H A Drbtree_test.c245 cycles_t time1, time2, time; local
257 time1 = get_cycles();
267 time = time2 - time1;
273 time1 = get_cycles();
283 time = time2 - time1;
292 time1 = get_cycles();
300 time = time2 - time1;
306 time1 = get_cycles();
312 time = time2 - time1;
318 time1
[all...]
H A Dinterval_tree_test.c66 cycles_t time1, time2, time; local
84 time1 = get_cycles();
94 time = time2 - time1;
104 time1 = get_cycles();
116 time = time2 - time1;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dbase.c34 wait->time1 = time;
37 if (wait->time1 == time) {
43 wait->time1 = time;
47 if (wait->time1 - wait->time0 > wait->limit)
50 return wait->time1 - wait->time0;
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.conf1 pcm.test.time1 {
/linux-master/drivers/staging/vt6656/
H A Dusbpipe.h25 u16 time1; member in struct:vnt_interrupt_data
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h35 u64 time1; member in struct:nvkm_timer_wait
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c638 unsigned int time1 = 0, time2 = 0, time3 = 0; local
652 GETTICK(time1);
739 bc->debug_vals.mod_cycles = time2 - time1;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py4624 html_timetotal = '<table class="time1">\n<tr>'\
4628 html_timetotal2 = '<table class="time1">\n<tr>'\
4633 html_timetotal3 = '<table class="time1">\n<tr>'\
5009 .time1 {font:22px Arial;border:1px solid;}\n\

Completed in 229 milliseconds