/linux-6.3-rc2/kernel/time/ |
A D | timekeeping.c | 242 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 534 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_boot_fast_ns() local 551 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_tai_fast_ns() local 635 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_fast_timestamps() local 681 struct timekeeper *tk = &tk_core.timekeeper; in pvclock_gtod_register_notifier() local 817 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_real_ts64() local 838 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get() local 858 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_resolution_ns() local 881 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_with_offset() local 902 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_coarse_with_offset() local [all …]
|
A D | vsyscall.c | 19 struct timekeeper *tk) in update_vdso_data() 72 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_kprobe.c | 264 struct trace_kprobe *tk; in alloc_trace_kprobe() local 308 struct trace_kprobe *tk; in find_trace_kprobe() local 333 struct trace_kprobe *tk; in __disable_trace_kprobe() local 353 struct trace_kprobe *tk; in enable_trace_kprobe() local 679 struct trace_kprobe *tk; in trace_kprobe_module_callback() local 1178 struct trace_kprobe *tk; in probes_profile_seq_show() local 1536 struct trace_kprobe *tk; in bpf_get_kprobe_info() local 1613 struct trace_kprobe *tk; in kretprobe_dispatcher() local 1691 struct trace_kprobe *tk; in create_local_trace_kprobe() local 1733 struct trace_kprobe *tk; in destroy_local_trace_kprobe() local [all …]
|
A D | rethook.c | 21 void rethook_flush_task(struct task_struct *tk) in rethook_flush_task()
|
/linux-6.3-rc2/net/mac80211/ |
A 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-6.3-rc2/drivers/input/keyboard/ |
A D | dlink-dir685-touchkeys.c | 29 struct dir685_touchkeys *tk = data; in dir685_tk_irq_thread() local 66 struct dir685_touchkeys *tk; in dir685_tk_probe() local
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | vdso.c | 24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-6.3-rc2/include/asm-generic/vdso/ |
A D | vsyscall.h | 16 struct timekeeper *tk) in __arch_update_vsyscall()
|
/linux-6.3-rc2/arch/arm64/include/asm/vdso/ |
A D | vsyscall.h | 25 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) in __arm64_update_vsyscall()
|
/linux-6.3-rc2/mm/ |
A D | memory-failure.c | 306 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 412 struct to_kill *tk; in add_to_kill() local 462 struct to_kill *tk, *next; in kill_procs() local 664 struct to_kill tk; member 669 static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift) in set_to_kill() 676 unsigned long poisoned_pfn, struct to_kill *tk) in check_hwpoisoned_entry() 1634 struct to_kill *tk; in unmap_and_kill() local
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | time.c | 433 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-6.3-rc2/include/linux/ |
A D | timekeeper_internal.h | 148 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
A D | kprobes.h | 431 #define kprobe_flush_task(tk) do {} while (0) argument 498 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | ftm-responder.c | 311 u8 *addr, u32 cipher, u8 *tk, u32 tk_len, in iwl_mvm_ftm_respoder_add_pasn_sta()
|
A D | ftm-initiator.c | 32 u8 tk[TK_11AZ_LEN]; member 39 u8 *addr, u32 cipher, u8 *tk, u32 tk_len, in iwl_mvm_ftm_add_pasn_sta()
|
/linux-6.3-rc2/arch/arm/xen/ |
A D | enlighten.c | 107 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/ |
A D | rtw_security.c | 363 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 411 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | time.c | 105 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl871x_security.c | 473 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 518 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | location.h | 671 u8 tk[TK_11AZ_LEN]; member 732 u8 tk[TK_11AZ_LEN]; member 785 u8 tk[TK_11AZ_LEN]; member 854 u8 tk[TK_11AZ_LEN]; member 935 u8 tk[TK_11AZ_LEN]; member
|
/linux-6.3-rc2/net/sunrpc/ |
A D | sched.c | 898 static bool xprt_needs_memalloc(struct rpc_xprt *xprt, struct rpc_task *tk) in xprt_needs_memalloc()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_router.c | 137 struct prestera_kern_neigh_cache_key tk; in prestera_util_nhc_eq_n_cache_key() local
|
/linux-6.3-rc2/lib/ |
A D | bch.c | 910 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
|
/linux-6.3-rc2/kernel/ |
A D | auditsc.c | 1321 const struct timespec64 *tk = &context->time.tk_injoffset; in audit_log_time() local
|
A D | kprobes.c | 1895 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|