Searched refs:timer_settime (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/um/os-Linux/
H A Dtime.c57 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1)
73 timer_settime(event_high_res_timer, 0, &its, NULL);
85 timer_settime(event_high_res_timer, 0, &its, NULL);
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c167 err = timer_settime(id, 0, &val, NULL);
213 if (timer_settime(id, 0, &val, NULL))
H A Dalarmtimer-suspend.c159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2);
H A Dset-timer-lat.c164 err = timer_settime(*tm1, flags, &its1, &its2);
166 printf("%s - timer_settime() failed\n", clockstring(clock_id));
H A Dleap-a-day.c304 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL);
/linux-master/tools/testing/selftests/timens/
H A Dtimer.c52 if (timer_settime(fd, flags, &new_value, NULL) == -1)
/linux-master/kernel/
H A Dsys_ni.c211 COND_SYSCALL(timer_settime); variable
/linux-master/kernel/time/
H A Dposix-timers.c940 SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4988 if (timer_settime(timerid, 0, &its, NULL) == -1) {

Completed in 162 milliseconds