/openbmc/linux/kernel/time/ |
H A D | timekeeping.c | 117 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 129 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 151 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 168 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 201 static void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 242 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 281 static inline void timekeeping_check_update(struct timekeeper *tk, u64 offset) in timekeeping_check_update() 309 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() [all …]
|
H A D | vsyscall.c | 19 struct timekeeper *tk) in update_vdso_data() 72 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_kprobe.c | 85 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() 90 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() 95 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() 100 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() 105 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() 114 static nokprobe_inline bool trace_kprobe_module_exist(struct trace_kprobe *tk) in trace_kprobe_module_exist() 135 struct trace_kprobe *tk = to_trace_kprobe(ev); in trace_kprobe_is_busy() local 140 static bool trace_kprobe_match_command_head(struct trace_kprobe *tk, in trace_kprobe_match_command_head() 165 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 …]
|
H A D | rethook.c | 21 void rethook_flush_task(struct task_struct *tk) in rethook_flush_task()
|
/openbmc/linux/net/mac80211/ |
H 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
|
/openbmc/linux/drivers/input/keyboard/ |
H 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
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | vdso.c | 24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/openbmc/linux/include/asm-generic/vdso/ |
H A D | vsyscall.h | 16 struct timekeeper *tk) in __arch_update_vsyscall()
|
/openbmc/linux/arch/arm64/include/asm/vdso/ |
H A D | vsyscall.h | 25 void __arm64_update_vsyscall(struct vdso_data *vdata, struct timekeeper *tk) in __arm64_update_vsyscall()
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 340 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 447 struct to_kill *tk; in __add_to_kill() local 497 struct to_kill *tk, *next; in task_in_to_kill_list() local 525 struct to_kill *tk, *next; in kill_procs() local 732 struct to_kill tk; member 737 static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift) in set_to_kill() 744 unsigned long poisoned_pfn, struct to_kill *tk) in check_hwpoisoned_entry() 1705 struct to_kill *tk; in unmap_and_kill() local
|
/openbmc/linux/include/linux/ |
H A D | timekeeper_internal.h | 148 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
H A D | kprobes.h | 430 #define kprobe_flush_task(tk) do {} while (0) argument 497 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | time.c | 433 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | ata.h | 29 u8 tk; /* 0x0C */ member
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | clock.c | 315 uint32_t fp, x, k_rest, k_best, x_best, tk; in mxs_set_lcdclk() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-responder.c | 317 u8 *addr, u32 cipher, u8 *tk, u32 tk_len, in iwl_mvm_ftm_respoder_add_pasn_sta()
|
H A D | ftm-initiator.c | 36 u8 tk[TK_11AZ_LEN]; member 44 u8 *addr, u32 cipher, u8 *tk, u32 tk_len, in iwl_mvm_ftm_add_pasn_sta()
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 107 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H 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()
|
/openbmc/linux/arch/x86/xen/ |
H A D | time.c | 105 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/openbmc/linux/drivers/staging/rtl8712/ |
H 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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 677 u8 tk[TK_11AZ_LEN]; member 738 u8 tk[TK_11AZ_LEN]; member 791 u8 tk[TK_11AZ_LEN]; member 860 u8 tk[TK_11AZ_LEN]; member 941 u8 tk[TK_11AZ_LEN]; member
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | 899 static bool xprt_needs_memalloc(struct rpc_xprt *xprt, struct rpc_task *tk) in xprt_needs_memalloc()
|
/openbmc/linux/lib/ |
H A D | bch.c | 876 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router.c | 137 struct prestera_kern_neigh_cache_key tk; in prestera_util_nhc_eq_n_cache_key() local
|