Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c117 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
151 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
168 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
201 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
242 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local
281 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
309 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals()
[all …]
Dvsyscall.c19 struct timekeeper *tk) in update_vdso_data()
72 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/kernel/trace/
Dtrace_kprobe.c85 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
90 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
95 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
100 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
105 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
114 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
135 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy() local
140 static bool trace_kprobe_match_command_head(struct trace_kprobe *tk, in trace_kprobe_match_command_head()
165 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 …]
Drethook.c21 void rethook_flush_task(struct task_struct *tk) in rethook_flush_task()
/kernel/
Dauditsc.c1321 const struct timespec64 *tk = &context->time.tk_injoffset; in audit_log_time() local
Dkprobes.c1907 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()