Home
last modified time | relevance | path

Searched refs:timer_settime (Results 1 – 14 of 14) sorted by relevance

/linux/arch/um/os-Linux/
H A Dtime.c57 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval()
73 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot()
85 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c152 if (timer_settime(id, 0, &val, NULL) < 0) in check_timer_create()
190 if (timer_settime(id, 0, &val, NULL)) in ctd_thread_func()
302 timer_settime(timerid, 0, &its, NULL); in check_sig_ign()
375 if (timer_settime(timerid, 0, &its, NULL)) in check_rearm()
385 if (timer_settime(timerid, 0, &its, NULL)) in check_rearm()
431 if (timer_settime(timerid, 0, &its, NULL)) in check_delete()
473 timer_settime(timerid, 0, &its, NULL); in check_sigev_none()
520 if (timer_settime(timerid, 0, &its, NULL)) in check_gettime()
580 if (timer_settime(timerid, 0, &its, NULL)) in check_overrun()
/linux/tools/testing/selftests/timens/
H A Dtimer.c52 if (timer_settime(fd, flags, &new_value, NULL) == -1) in run_test()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl307 241 32 timer_settime sys_timer_settime32
308 241 64 timer_settime sys_timer_settime
309 241 spu timer_settime sys_timer_settime
/linux/scripts/
H A Dsyscall.tbl140 110 time32 timer_settime sys_timer_settime32
141 110 64 timer_settime sys_timer_settime
/linux/kernel/
H A Dsys_ni.c210 COND_SYSCALL(timer_settime);
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c208 err = timer_settime(env.watchdog, 0, &timeout, NULL); in watchdog_timer_func()
235 err = timer_settime(env.watchdog, 0, &timeout, NULL); in watchdog_start()
246 err = timer_settime(env.watchdog, 0, &timeout, NULL); in watchdog_stop()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl228 217 n64 timer_settime sys_timer_settime
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl235 223 common timer_settime sys_timer_settime
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl235 223 common timer_settime sys_timer_settime
H A Dsyscall_32.tbl275 260 i386 timer_settime sys_timer_settime32
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl265 255 common timer_settime sys_timer_settime sys_timer_settime32
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1162timer_settime(0, 0, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=0, tv_nsec=2830912}}, NUL…
1177 * ``timer_settime`` is part of the UML high res timer subsystem mapping
/linux/init/
H A DKconfig1619 timer_settime, timer_delete, clock_adjtime, getitimer,