Searched refs:clock_settime (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
H A D | posix-clock.h | 48 int (*clock_settime)(struct posix_clock *pc, member
|
/linux/kernel/time/ |
H A D | posix-clock.c | 324 if (cd.clk->ops.clock_settime) in pc_clock_settime() 325 err = cd.clk->ops.clock_settime(cd.clk, ts); in pc_clock_settime()
|
H A D | posix-stubs.c | 26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
/linux/tools/testing/selftests/timens/ |
H A D | timens.c | 139 clock_settime(clocks[clock_index].id, &cur_ts); in test_gettime()
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 315 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 D | syscall.tbl | 143 112 time32 clock_settime sys_clock_settime32 144 112 64 clock_settime sys_clock_settime
|
/linux/Documentation/driver-api/ |
H A D | ptp.rst | 50 clock_gettime, clock_settime, and clock_adjtime. These calls
|
H A D | ioctl.rst | 107 or forwards due to leap second adjustments and clock_settime() calls.
|
/linux/drivers/ptp/ |
H A D | ptp_clock.c | 181 .clock_settime = ptp_clock_settime,
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 232 221 n64 clock_settime sys_clock_settime
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 239 227 common clock_settime sys_clock_settime
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 239 227 common clock_settime sys_clock_settime
|
H A D | syscall_32.tbl | 279 264 i386 clock_settime sys_clock_settime32
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 269 259 common clock_settime sys_clock_settime sys_clock_settime32
|
/linux/init/ |
H A D | Kconfig | 1620 setitimer, alarm. Furthermore, the clock_settime, clock_gettime,
|