| /kernel/linux/linux-6.6/kernel/time/ |
| D | posix-stubs.c | 26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() 60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument 129 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 142 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument 157 SYSCALL_DEFINE2(clock_getres_time32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument 177 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
|
| D | posix-timers.c | 131 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec() 137 static ktime_t posix_get_realtime_ktime(clockid_t which_clock) in posix_get_realtime_ktime() 142 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set() 148 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj() 154 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec() 161 static ktime_t posix_get_monotonic_ktime(clockid_t which_clock) in posix_get_monotonic_ktime() 166 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 173 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse() 179 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse() 187 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res() [all …]
|
| D | posix-cpu-timers.c | 160 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres() 1501 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep() 1592 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep() 1621 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart() local 1632 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres() 1637 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get() 1647 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep() 1652 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres() 1657 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()
|
| D | alarmtimer.c | 676 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres() 693 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec() 711 static ktime_t alarm_clock_get_ktime(clockid_t which_clock) in alarm_clock_get_ktime() 843 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | posix-stubs.c | 60 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 73 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() 93 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 108 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 127 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument 173 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument 186 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument 201 SYSCALL_DEFINE2(clock_getres_time32, clockid_t, which_clock, in SYSCALL_DEFINE2() argument 221 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
|
| D | posix-timers.c | 175 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec() 181 static ktime_t posix_get_realtime_ktime(clockid_t which_clock) in posix_get_realtime_ktime() 187 static int posix_clock_realtime_set(const clockid_t which_clock, in posix_clock_realtime_set() 193 static int posix_clock_realtime_adj(const clockid_t which_clock, in posix_clock_realtime_adj() 202 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec() 209 static ktime_t posix_get_monotonic_ktime(clockid_t which_clock) in posix_get_monotonic_ktime() 217 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 225 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse() 231 static int posix_get_monotonic_coarse(clockid_t which_clock, in posix_get_monotonic_coarse() 239 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res() [all …]
|
| D | posix-cpu-timers.c | 153 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres() 1438 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, in do_cpu_nanosleep() 1529 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, in posix_cpu_nsleep() 1558 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart() local 1569 static int process_cpu_clock_getres(const clockid_t which_clock, in process_cpu_clock_getres() 1574 static int process_cpu_clock_get(const clockid_t which_clock, in process_cpu_clock_get() 1584 static int process_cpu_nsleep(const clockid_t which_clock, int flags, in process_cpu_nsleep() 1589 static int thread_cpu_clock_getres(const clockid_t which_clock, in thread_cpu_clock_getres() 1594 static int thread_cpu_clock_get(const clockid_t which_clock, in thread_cpu_clock_get()
|
| D | alarmtimer.c | 674 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres() 691 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec() 709 static ktime_t alarm_clock_get_ktime(clockid_t which_clock) in alarm_clock_get_ktime() 838 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, in alarm_timer_nsleep()
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | sys_ia64.c | 171 ia64_clock_getres(const clockid_t which_clock, struct __kernel_timespec __user *tp) in ia64_clock_getres()
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | sys_sparc_64.c | 575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | sys_sparc_64.c | 575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hrtimer.h | 395 clockid_t which_clock, in hrtimer_init_on_stack()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hrtimer.h | 389 clockid_t which_clock, in hrtimer_init_on_stack()
|