| /kernel/linux/linux-5.10/kernel/time/ |
| D | timekeeping.c | 115 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 127 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 136 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 142 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 149 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 166 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 199 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 240 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 279 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 307 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() [all …]
|
| D | vsyscall.c | 19 struct timekeeper *tk) in update_vdso_data() 72 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-4.19/kernel/time/ |
| D | timekeeping.c | 99 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 111 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 120 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 126 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 133 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 150 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 178 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 219 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 258 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 286 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() [all …]
|
| /kernel/linux/linux-4.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_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist() 83 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit() 96 unsigned long trace_kprobe_address(struct trace_kprobe *tk) in trace_kprobe_address() 113 struct trace_kprobe *tk = (struct trace_kprobe *)call->data; in trace_kprobe_on_func_entry() local 122 struct trace_kprobe *tk = (struct trace_kprobe *)call->data; in trace_kprobe_error_injectable() local [all …]
|
| /kernel/linux/linux-5.10/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() 116 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist() 137 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy() local 142 static bool trace_kprobe_match_command_head(struct trace_kprobe *tk, in trace_kprobe_match_command_head() 167 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_match() local 174 static nokprobe_inline unsigned long trace_kprobe_nhit(struct trace_kprobe *tk) in trace_kprobe_nhit() [all …]
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | asym_tpm.c | 287 struct tpm_key *tk = asymmetric_key->payload.data[asym_crypto]; in asym_tpm_describe() local 297 struct tpm_key *tk = payload0; in asym_tpm_destroy() local 395 struct tpm_key *tk = params->key->payload.data[asym_crypto]; in tpm_key_query() local 443 static int tpm_key_encrypt(struct tpm_key *tk, in tpm_key_encrypt() 503 static int tpm_key_decrypt(struct tpm_key *tk, in tpm_key_decrypt() 627 static int tpm_key_sign(struct tpm_key *tk, in tpm_key_sign() 707 struct tpm_key *tk = params->key->payload.data[asym_crypto]; in tpm_key_eds_op() local 734 const struct tpm_key *tk = key->payload.data[asym_crypto]; in tpm_key_verify_signature() local 813 static int extract_key_parameters(struct tpm_key *tk) in extract_key_parameters() 901 struct tpm_key *tk; in tpm_key_create() local
|
| D | tpm_parser.c | 58 struct tpm_key *tk; in tpm_key_preparse() local
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-4.19/arch/sparc/kernel/ |
| D | vdso.c | 25 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | vdso.c | 24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-4.19/arch/x86/entry/vsyscall/ |
| D | vsyscall_gtod.c | 30 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-5.10/include/asm-generic/vdso/ |
| D | vsyscall.h | 16 struct timekeeper *tk) in __arch_update_vsyscall()
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/vdso/ |
| D | vsyscall.h | 25 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) in __arm64_update_vsyscall()
|
| /kernel/linux/linux-4.19/arch/arm/kernel/ |
| D | vdso.c | 290 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct() 319 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-4.19/mm/ |
| D | memory-failure.c | 212 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 316 struct to_kill *tk; in add_to_kill() local 367 struct to_kill *tk, *next; in kill_procs() local 518 struct to_kill *tk; in collect_procs() local 1165 struct to_kill *tk; in memory_failure_dev_pagemap() local
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | vdso.c | 73 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-5.10/mm/ |
| D | memory-failure.c | 236 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 339 struct to_kill *tk; in add_to_kill() local 387 struct to_kill *tk, *next; in kill_procs() local 1228 struct to_kill *tk; in memory_failure_dev_pagemap() local
|
| /kernel/linux/linux-4.19/arch/arm64/kernel/ |
| D | vdso.c | 219 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-5.10/arch/nds32/kernel/ |
| D | vdso.c | 209 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-4.19/arch/nds32/kernel/ |
| D | vdso.c | 209 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-4.19/arch/ia64/kernel/ |
| D | time.c | 433 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | time.c | 426 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|