/Linux-v4.19/kernel/time/ |
D | timekeeping.c | 97 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 109 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 118 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 124 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 131 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 148 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 176 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 217 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 256 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 284 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_kprobe.c | 36 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() 41 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() 46 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() 51 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() 56 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() 64 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module() 69 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit() 82 unsigned long trace_kprobe_address(struct trace_kprobe *tk) in trace_kprobe_address() 99 struct trace_kprobe *tk = (struct trace_kprobe *)call->data; in trace_kprobe_on_func_entry() local 108 struct trace_kprobe *tk = (struct trace_kprobe *)call->data; in trace_kprobe_error_injectable() local [all …]
|
/Linux-v4.19/net/mac80211/ |
D | tkip.c | 85 static void tkip_mixing_phase1(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase1() 109 static void tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase2() 159 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_compute_tkip_p1k() local 191 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_rx_p1k() local 204 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_p2k() local 252 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_tkip_decrypt_data() local
|
/Linux-v4.19/drivers/input/keyboard/ |
D | dlink-dir685-touchkeys.c | 28 struct dir685_touchkeys *tk = data; in dir685_tk_irq_thread() local 64 struct dir685_touchkeys *tk; in dir685_tk_probe() local
|
/Linux-v4.19/arch/sparc/kernel/ |
D | vdso.c | 25 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/arch/x86/entry/vsyscall/ |
D | vsyscall_gtod.c | 30 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 289 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct() 318 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/mm/ |
D | memory-failure.c | 213 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 317 struct to_kill *tk; in add_to_kill() local 363 struct to_kill *tk, *next; in kill_procs() local 513 struct to_kill *tk; in collect_procs() local 1160 struct to_kill *tk; in memory_failure_dev_pagemap() local
|
/Linux-v4.19/arch/mips/kernel/ |
D | vdso.c | 73 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | vdso.c | 221 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | vdso.c | 209 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | time.c | 433 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/include/linux/ |
D | timekeeper_internal.h | 143 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
D | isdn_ppp.h | 166 struct task_struct *tk; member
|
D | kprobes.h | 428 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/Linux-v4.19/arch/x86/xen/ |
D | time.c | 96 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/Linux-v4.19/arch/arm/xen/ |
D | enlighten.c | 135 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 486 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 531 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 488 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 533 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/Linux-v4.19/arch/s390/kernel/ |
D | time.c | 276 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 555 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 603 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | time.c | 856 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v4.19/lib/ |
D | bch.c | 853 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
|
/Linux-v4.19/kernel/ |
D | kprobes.c | 1200 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/Linux-v4.19/net/bluetooth/ |
D | smp.c | 109 u8 tk[16]; /* SMP Temporary Key */ member
|