Searched refs:timer_settime (Results 1 – 14 of 14) sorted by relevance
/linux/arch/um/os-Linux/ |
H A D | time.c | 57 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 D | posix_timers.c | 152 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 D | timer.c | 52 if (timer_settime(fd, flags, &new_value, NULL) == -1) in run_test()
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 307 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 D | syscall.tbl | 140 110 time32 timer_settime sys_timer_settime32 141 110 64 timer_settime sys_timer_settime
|
/linux/kernel/ |
H A D | sys_ni.c | 210 COND_SYSCALL(timer_settime);
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 208 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 D | syscall_n64.tbl | 228 217 n64 timer_settime sys_timer_settime
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 235 223 common timer_settime sys_timer_settime
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 235 223 common timer_settime sys_timer_settime
|
H A D | syscall_32.tbl | 275 260 i386 timer_settime sys_timer_settime32
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 265 255 common timer_settime sys_timer_settime sys_timer_settime32
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1162 …timer_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 D | Kconfig | 1619 timer_settime, timer_delete, clock_adjtime, getitimer,
|