Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c118 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime()
130 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime()
139 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
145 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
152 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono()
169 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time()
202 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
243 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local
282 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update()
310 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.c84 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return()
89 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol()
94 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset()
99 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone()
104 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module()
113 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist()
134 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy() local
139 static bool trace_kprobe_match_command_head(struct trace_kprobe *tk, in trace_kprobe_match_command_head()
164 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_match() local
171 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit()
[all …]
/kernel/
Dauditsc.c1225 const struct timespec64 *tk = &context->time.tk_injoffset; in audit_log_time() local
Dkprobes.c1253 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()