Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 14 of 14) sorted by relevance

/kernel/time/
Dposix-stubs.c52 const struct timespec __user *, tp) in SYSCALL_DEFINE2() argument
64 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
83 struct timespec __user *, tp) in SYSCALL_DEFINE2() argument
97 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct timespec __user *, tp) in SYSCALL_DEFINE2() argument
155 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
168 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
183 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
Dposix-timers.c198 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec64 *tp) in posix_clock_realtime_get()
206 const struct timespec64 *tp) in posix_clock_realtime_set()
220 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec64 *tp) in posix_ktime_get_ts()
229 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
236 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
243 struct timespec64 *tp) in posix_get_monotonic_coarse()
249 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
255 static int posix_get_boottime(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime()
261 static int posix_get_tai(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai()
267 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) in posix_get_hrtimer_res()
[all …]
Dposix-cpu-timers.c125 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
144 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec64 *tp) in posix_cpu_clock_set()
270 struct timespec64 *tp) in posix_cpu_clock_get_task()
290 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_get()
1371 struct timespec64 *tp) in process_cpu_clock_getres()
1376 struct timespec64 *tp) in process_cpu_clock_get()
1391 struct timespec64 *tp) in thread_cpu_clock_getres()
1396 struct timespec64 *tp) in thread_cpu_clock_get()
Dalarmtimer.c642 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
659 static int alarm_clock_get(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get()
/kernel/
Dtracepoint.c194 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func()
234 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func()
273 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio()
302 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register()
316 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
508 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
524 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
Dtorture.c333 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register()
765 char *f, struct task_struct **tp) in _torture_create_kthread()
784 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
Dfutex.c2881 ktime_t t, *tp = NULL; in futex_wait_restart() local
3953 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
4145 ktime_t t, *tp = NULL; in COMPAT_SYSCALL_DEFINE6() local
Dsys.c2589 struct timespec tp; in do_sysinfo() local
Dmodule.c4407 struct tracepoint * const *tp) in module_layout()
/kernel/trace/
Dtrace_probe.h307 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
312 static inline bool trace_probe_is_registered(struct trace_probe *tp) in trace_probe_is_registered()
336 find_event_file_link(struct trace_probe *tp, struct trace_event_file *file) in find_event_file_link()
367 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
383 store_trace_args(int ent_size, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
Dtrace_probe.c710 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
754 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
Dtrace_kprobe.c38 struct trace_probe tp; member
1071 struct trace_probe *tp; in print_kprobe_event() local
1102 struct trace_probe *tp; in print_kretprobe_event() local
Dtrace_uprobe.c63 struct trace_probe tp; member
/kernel/debug/kdb/
Dkdb_main.c918 kdbtab_t *tp; in kdb_parse() local