/linux-4.1.27/kernel/ |
H A D | softirq.c | 622 tasklet_hrtimer_init(struct tasklet_hrtimer *ttimer, enum hrtimer_restart (*function)(struct hrtimer *), clockid_t which_clock, enum hrtimer_mode mode) tasklet_hrtimer_init() argument
|
/linux-4.1.27/drivers/char/ |
H A D | mmtimer.c | 768 static int sgi_clock_getres(const clockid_t which_clock, struct timespec *tp) sgi_clock_getres() argument
|
/linux-4.1.27/kernel/time/ |
H A D | alarmtimer.c | 496 static int alarm_clock_getres(const clockid_t which_clock, struct timespec *tp) alarm_clock_getres() argument 513 static int alarm_clock_get(clockid_t which_clock, struct timespec *tp) alarm_clock_get() argument 746 static int alarm_timer_nsleep(const clockid_t which_clock, int flags, alarm_timer_nsleep() argument
|
H A D | posix-timers.c | 206 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp) posix_clock_realtime_get() argument 213 static int posix_clock_realtime_set(const clockid_t which_clock, posix_clock_realtime_set() argument 219 static int posix_clock_realtime_adj(const clockid_t which_clock, posix_clock_realtime_adj() argument 228 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) posix_ktime_get_ts() argument 237 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) posix_get_monotonic_raw() argument 244 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) posix_get_realtime_coarse() argument 250 static int posix_get_monotonic_coarse(clockid_t which_clock, posix_get_monotonic_coarse() argument 257 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) posix_get_coarse_res() argument 263 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) posix_get_boottime() argument 269 static int posix_get_tai(clockid_t which_clock, struct timespec *tp) posix_get_tai() argument 1082 static int common_nsleep(const clockid_t which_clock, int flags, common_nsleep() argument 1117 clockid_t which_clock = restart_block->nanosleep.clockid; clock_nanosleep_restart() local
|
H A D | hrtimer.c | 1187 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) hrtimer_get_res() argument
|
H A D | posix-cpu-timers.c | 31 static int check_clock(const clockid_t which_clock) check_clock() argument 55 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) timespec_to_sample() argument 68 static void sample_to_timespec(const clockid_t which_clock, sample_to_timespec() argument 144 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) posix_cpu_clock_getres() argument 163 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) posix_cpu_clock_set() argument 180 static int cpu_clock_sample(const clockid_t which_clock, struct task_struct *p, cpu_clock_sample() argument 239 static int cpu_clock_sample_group(const clockid_t which_clock, cpu_clock_sample_group() argument 286 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) posix_cpu_clock_get() argument 539 static int cpu_timer_sample_group(const clockid_t which_clock, cpu_timer_sample_group() argument 1247 static int do_cpu_nanosleep(const clockid_t which_clock, int flags, do_cpu_nanosleep() argument 1334 static int posix_cpu_nsleep(const clockid_t which_clock, int flags, posix_cpu_nsleep() argument 1371 clockid_t which_clock = restart_block->nanosleep.clockid; posix_cpu_nsleep_restart() local 1397 static int process_cpu_clock_getres(const clockid_t which_clock, process_cpu_clock_getres() argument 1402 static int process_cpu_clock_get(const clockid_t which_clock, process_cpu_clock_get() argument 1412 static int process_cpu_nsleep(const clockid_t which_clock, int flags, process_cpu_nsleep() argument 1422 static int thread_cpu_clock_getres(const clockid_t which_clock, thread_cpu_clock_getres() argument 1427 static int thread_cpu_clock_get(const clockid_t which_clock, thread_cpu_clock_get() argument 264 posix_cpu_clock_get_task(struct task_struct *tsk, const clockid_t which_clock, struct timespec *tp) posix_cpu_clock_get_task() argument
|
/linux-4.1.27/include/linux/ |
H A D | hrtimer.h | 346 hrtimer_init_on_stack(struct hrtimer *timer, clockid_t which_clock, enum hrtimer_mode mode) hrtimer_init_on_stack() argument
|