Searched refs:timer_settime (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | time.c | 84 if(timer_settime(*t, 0, &its, NULL) == -1) { in os_timer_set_interval() 132 timer_settime(event_high_res_timer, 0, &its, NULL); in os_timer_one_shot() 145 timer_settime(event_high_res_timer, 0, &its, &its); in os_timer_disable()
|
/linux-4.4.14/include/linux/ |
D | posix-clock.h | 76 int (*timer_settime)(struct posix_clock *pc, member
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 170 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
D | posix_timers.c | 170 err = timer_settime(id, 0, &val, NULL); in check_timer_create()
|
D | set-timer-lat.c | 164 err = timer_settime(tm1, flags, &its1, &its2); in do_timer()
|
D | leap-a-day.c | 314 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 407 if (timer_settime(timerid, 0, &timeout, NULL)) { in main() 428 if (timer_settime(timerid, 0, &timeout, NULL)) { in main()
|
D | ptp.txt | 52 signals may be configured via the POSIX timer_settime() system
|
/linux-4.4.14/kernel/time/ |
D | posix-clock.c | 427 if (cd.clk->ops.timer_settime) in pc_timer_settime() 428 err = cd.clk->ops.timer_settime(cd.clk, kit, flags, ts, old); in pc_timer_settime()
|
D | posix-timers.c | 881 SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags, in SYSCALL_DEFINE4() argument
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 349 ENTRY_COMP(timer_settime)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 248 COMPAT_SYS_SPU(timer_settime)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 232 223 common timer_settime sys_timer_settime
|
D | syscall_32.tbl | 269 260 i386 timer_settime sys_timer_settime compat_sys_timer_settime
|
/linux-4.4.14/kernel/ |
D | compat.c | 700 COMPAT_SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags, in COMPAT_SYSCALL_DEFINE4() argument
|