Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dtimekeeping.c71 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
83 static inline struct timespec64 tk_xtime(struct timekeeper *tk) in tk_xtime()
92 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
98 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
105 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
122 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
150 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
191 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local
230 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
258 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals()
[all …]
/kernel/trace/
Dtrace_kprobe.c46 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
51 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
56 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
61 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
66 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
74 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module()
79 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
289 struct trace_kprobe *tk; in alloc_trace_kprobe() local
346 static void free_trace_kprobe(struct trace_kprobe *tk) in free_trace_kprobe()
363 struct trace_kprobe *tk; in find_trace_kprobe() local
[all …]
/kernel/
Dkprobes.c1226 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()