/Linux-v5.4/kernel/time/ |
D | timekeeping.c | 95 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 …]
|
D | vsyscall.c | 17 struct timekeeper *tk) in update_vdso_data() 81 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/kernel/trace/ |
D | trace_kprobe.c | 87 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 …]
|
/Linux-v5.4/net/mac80211/ |
D | tkip.c | 82 static void tkip_mixing_phase1(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase1() 106 static void tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase2() 156 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_compute_tkip_p1k() local 188 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_rx_p1k() local 201 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_p2k() local 249 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_tkip_decrypt_data() local
|
/Linux-v5.4/crypto/asymmetric_keys/ |
D | asym_tpm.c | 303 struct tpm_key *tk = asymmetric_key->payload.data[asym_crypto]; in asym_tpm_describe() local 313 struct tpm_key *tk = payload0; in asym_tpm_destroy() local 411 struct tpm_key *tk = params->key->payload.data[asym_crypto]; in tpm_key_query() local 459 static int tpm_key_encrypt(struct tpm_key *tk, in tpm_key_encrypt() 518 static int tpm_key_decrypt(struct tpm_key *tk, in tpm_key_decrypt() 642 static int tpm_key_sign(struct tpm_key *tk, in tpm_key_sign() 723 struct tpm_key *tk = params->key->payload.data[asym_crypto]; in tpm_key_eds_op() local 750 const struct tpm_key *tk = key->payload.data[asym_crypto]; in tpm_key_verify_signature() local 829 static int extract_key_parameters(struct tpm_key *tk) in extract_key_parameters() 917 struct tpm_key *tk; in tpm_key_create() local
|
D | tpm_parser.c | 58 struct tpm_key *tk; in tpm_key_preparse() local
|
/Linux-v5.4/include/asm-generic/vdso/ |
D | vsyscall.h | 22 static __always_inline int __arch_get_clock_mode(struct timekeeper *tk) in __arch_get_clock_mode() 30 struct timekeeper *tk) in __arch_update_vsyscall()
|
/Linux-v5.4/arch/arm64/include/asm/vdso/ |
D | vsyscall.h | 25 int __arm64_get_clock_mode(struct timekeeper *tk) in __arm64_get_clock_mode() 34 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) in __arm64_update_vsyscall()
|
/Linux-v5.4/drivers/input/keyboard/ |
D | dlink-dir685-touchkeys.c | 29 struct dir685_touchkeys *tk = data; in dir685_tk_irq_thread() local 65 struct dir685_touchkeys *tk; in dir685_tk_probe() local
|
/Linux-v5.4/arch/sparc/kernel/ |
D | vdso.c | 25 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/arch/mips/include/asm/vdso/ |
D | vsyscall.h | 23 int __mips_get_clock_mode(struct timekeeper *tk) in __mips_get_clock_mode()
|
/Linux-v5.4/arch/x86/include/asm/vdso/ |
D | vsyscall.h | 27 int __x86_get_clock_mode(struct timekeeper *tk) in __x86_get_clock_mode()
|
/Linux-v5.4/arch/arm/kernel/ |
D | vdso.c | 277 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct() 306 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/mm/ |
D | memory-failure.c | 209 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 313 struct to_kill *tk; in add_to_kill() local 364 struct to_kill *tk, *next; in kill_procs() local 515 struct to_kill *tk; in collect_procs() local 1162 struct to_kill *tk; in memory_failure_dev_pagemap() local
|
/Linux-v5.4/arch/nds32/kernel/ |
D | vdso.c | 209 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | time.c | 431 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/include/linux/ |
D | timekeeper_internal.h | 148 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
D | kprobes.h | 422 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/Linux-v5.4/arch/arm/xen/ |
D | enlighten.c | 101 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/Linux-v5.4/arch/x86/xen/ |
D | time.c | 96 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 474 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 519 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 487 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 532 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/Linux-v5.4/arch/s390/kernel/ |
D | time.c | 276 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/Linux-v5.4/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-v5.4/arch/powerpc/kernel/ |
D | time.c | 886 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|