Searched refs:tm1 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | set-timer-lat.c | 123 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer() argument 139 err = timer_create(clock_id, &se, tm1); in setup_timer() 164 err = timer_settime(*tm1, flags, &its1, &its2); in setup_timer() 212 timer_t tm1; in do_timer() local 216 err = setup_timer(clock_id, flags, interval, &tm1); in do_timer() 224 timer_delete(tm1); in do_timer() 230 timer_t tm1; in do_timer_oneshot() local 235 err = setup_timer(clock_id, flags, interval, &tm1); in do_timer_oneshot() 246 timer_delete(tm1); in do_timer_oneshot()
|
| H A D | alarmtimer-suspend.c | 121 timer_t tm1; in main() local 144 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main() 159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main() 173 timer_delete(tm1); in main()
|
| H A D | leap-a-day.c | 177 timer_t tm1; in main() local 296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main() 304 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/ |
| H A D | posixtm.c | 199 struct tm tm1; in posixtime() local 206 tm1 = tm0; in posixtime() 207 tm1.tm_isdst = -1; in posixtime() 208 t = mktime (&tm1); in posixtime() 211 tm = &tm1; in posixtime()
|
| /OK3568_Linux_fs/u-boot/post/drivers/ |
| H A D | rtc.c | 34 struct rtc_time tm1; in rtc_post_skip() local 39 rtc_get (&tm1); in rtc_post_skip() 45 if (tm1.tm_sec != tm2.tm_sec) in rtc_post_skip() 51 if (tm1.tm_sec != tm2.tm_sec) { in rtc_post_skip()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
| H A D | 0001-adjust-for-64bit-time_t.patch | 142 - tvhinfo(mod->subsys, "%s: grab took %"PRItime_t" seconds", mod->id, tm2 - tm1); 143 + tvhinfo(mod->subsys, "%s: grab took %"PRItime_t" seconds", mod->id, (intmax_t)(tm2 - tm1));
|