Home
last modified time | relevance | path

Searched refs:clock_settime (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/ptp/
H A Dtestptp.c412 if (clock_settime(clkid, &ts)) { in main()
421 if (clock_settime(CLOCK_REALTIME, &ts)) { in main()
431 if (clock_settime(clkid, &ts)) { in main()
/linux/include/linux/
H A Dposix-clock.h48 int (*clock_settime)(struct posix_clock *pc, member
/linux/kernel/time/
H A Dposix-clock.c303 if (cd.clk->ops.clock_settime) in pc_clock_settime()
304 err = cd.clk->ops.clock_settime(cd.clk, ts); in pc_clock_settime()
H A Dposix-stubs.c26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
H A Dposix-timers.c1108 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in exit_itimers()
1186 * of clock_settime() is not a multiple of res, then the value is truncated
1115 SYSCALL_DEFINE2(clock_settime,const clockid_t,which_clock,const struct __kernel_timespec __user *,tp) SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/timens/
H A Dtimens.c139 clock_settime(clocks[clock_index].id, &cur_ts); in test_gettime()
/linux/tools/include/nolibc/
H A Dtime.h30 * int clock_settime(clockid_t clockid, const struct timespec *tp); in __nolibc_timespec_kernel_to_user()
84 int clock_settime(clockid_t clockid, struct timespec *tp) in clock_gettime()
101 int clock_settime(clockid_t clockid, struct timespec *tp) clock_settime() function
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl315 245 32 clock_settime sys_clock_settime32
316 245 64 clock_settime sys_clock_settime
317 245 spu clock_settime sys_clock_settime
/linux/scripts/
H A Dsyscall.tbl143 112 time32 clock_settime sys_clock_settime32
144 112 64 clock_settime sys_clock_settime
/linux/tools/scripts/
H A Dsyscall.tbl143 112 time32 clock_settime sys_clock_settime32
144 112 64 clock_settime sys_clock_settime
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl309 256 32 clock_settime sys_clock_settime32
310 256 64 clock_settime sys_clock_settime
/linux/Documentation/driver-api/
H A Dptp.rst50 clock_gettime, clock_settime, and clock_adjtime. These calls
H A Dioctl.rst107 or forwards due to leap second adjustments and clock_settime() calls.
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl232 221 n64 clock_settime sys_clock_settime
/linux/drivers/ptp/
H A Dptp_clock.c194 .clock_settime = ptp_clock_settime,
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl215 259 common clock_settime sys_clock_settime
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl274 264 common clock_settime sys_clock_settime32
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl264 244 common clock_settime sys_clock_settime32
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl239 227 common clock_settime sys_clock_settime
H A Dsyscall_32.tbl279 264 i386 clock_settime sys_clock_settime32
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl280 262 common clock_settime sys_clock_settime32
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1373 CASE_TEST(clock_settime); EXPECT_SYSER(1, clock_settime(CLOCK_MONOTONIC, &ts), -1, EINVAL); break; in run_syscall()
/linux/init/
H A DKconfig1737 setitimer, alarm. Furthermore, the clock_settime, clock_gettime,