Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c95 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
107 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
116 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
122 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
129 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
146 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
179 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
220 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local
259 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
287 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals()
[all …]
Dvsyscall.c17 struct timekeeper *tk) in update_vdso_data()
81 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/kernel/trace/
Dtrace_kprobe.c87 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
92 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
97 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
102 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
107 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
115 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
136 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy() local
141 static bool trace_kprobe_match_command_head(struct trace_kprobe *tk, in trace_kprobe_match_command_head()
166 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_match() local
173 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
[all …]
/kernel/
Dkprobes.c1224 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()