Searched refs:tm1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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()
|
/openbmc/openbmc/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()
|
/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 33 struct rtc_time tm1; in rtc_post_skip() local 38 rtc_get (&tm1); in rtc_post_skip() 44 if (tm1.tm_sec != tm2.tm_sec) in rtc_post_skip() 50 if (tm1.tm_sec != tm2.tm_sec) { in rtc_post_skip()
|
/openbmc/openbmc/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));
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 4327 TCGv_i32 tm1 = tcg_constant_i32(-1); in gen_setb() local 4331 tcg_gen_movcond_i32(TCG_COND_GEU, t0, cpu_crf[crf], t8, tm1, t0); in gen_setb()
|