Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dtime.c62 if (timer_settime(event_high_res_timer, 0, &its, NULL) == -1) in os_timer_set_interval()
78 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot()
90 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_disable()
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch47 sysdeps/unix/sysv/linux/timer_settime.c | 4 +-
326 diff --git a/sysdeps/unix/sysv/linux/timer_settime.c b/sysdeps/unix/sysv/linux/timer_settime.c
328 --- a/sysdeps/unix/sysv/linux/timer_settime.c
329 +++ b/sysdeps/unix/sysv/linux/timer_settime.c
330 @@ -33,10 +33,10 @@ timer_settime (timer_t timerid, int flags, const struct itimerspec *value,
333 #undef timer_settime
338 - int res = INLINE_SYSCALL (timer_settime, 4, kt->ktimerid, flags,
339 + int res = INLINE_SYSCALL (timer_settime, 4, ktimerid, flags,
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dtimer.c52 if (timer_settime(fd, flags, &new_value, NULL) == -1) in run_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
H A Dposix_timers.c169 err = timer_settime(id, 0, &val, NULL); in check_timer_create()
H A Dset-timer-lat.c164 err = timer_settime(*tm1, flags, &its1, &its2); in setup_timer()
H A Dleap-a-day.c304 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtime.h242 extern int timer_settime (timer_t __timerid, int __flags,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtime.h242 extern int timer_settime (timer_t __timerid, int __flags,
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c44 SYS_NI(timer_settime);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl305 241 32 timer_settime sys_timer_settime32
306 241 64 timer_settime sys_timer_settime
307 241 spu timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl299 241 32 timer_settime sys_timer_settime32
300 241 64 timer_settime sys_timer_settime
301 241 spu timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl280 251 32 timer_settime sys_timer_settime32
281 251 64 timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl319 262 32 timer_settime sys_timer_settime32
320 262 64 timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl232 221 n32 timer_settime sys_timer_settime32
H A Dsyscall_n64.tbl228 217 n64 timer_settime sys_timer_settime
H A Dsyscall_o32.tbl272 258 o32 timer_settime sys_timer_settime32
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl237 225 common timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl271 250 common timer_settime sys_timer_settime32
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 223 common timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 223 common timer_settime sys_timer_settime
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl265 255 common timer_settime sys_timer_settime32
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl270 260 common timer_settime sys_timer_settime32
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl265 255 common timer_settime sys_timer_settime compat_sys_timer_settime
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl275 258 common timer_settime sys_timer_settime32

12