| /linux/kernel/trace/ |
| H A D | trace_kprobe.c | 87 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() argument 92 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() argument 97 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() argument 102 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() argument 107 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() argument 117 trace_kprobe_module_exist(struct trace_kprobe * tk) trace_kprobe_module_exist() argument 135 trace_kprobe_module_exist(struct trace_kprobe * tk) trace_kprobe_module_exist() argument 143 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_is_busy() local 148 trace_kprobe_match_command_head(struct trace_kprobe * tk,int argc,const char ** argv) trace_kprobe_match_command_head() argument 173 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_match() local 181 trace_kprobe_nhit(struct trace_kprobe * tk) trace_kprobe_nhit() argument 192 trace_kprobe_is_registered(struct trace_kprobe * tk) trace_kprobe_is_registered() argument 200 trace_kprobe_address(struct trace_kprobe * tk) trace_kprobe_address() argument 229 struct trace_kprobe *tk = trace_kprobe_primary_from_call(call); trace_kprobe_on_func_entry() local 238 struct trace_kprobe *tk = trace_kprobe_primary_from_call(call); trace_kprobe_error_injectable() local 251 free_trace_kprobe(struct trace_kprobe * tk) free_trace_kprobe() argument 316 struct trace_kprobe *tk; find_trace_kprobe() local 325 __enable_trace_kprobe(struct trace_kprobe * tk) __enable_trace_kprobe() argument 341 struct trace_kprobe *tk; __disable_trace_kprobe() local 361 struct trace_kprobe *tk; enable_trace_kprobe() local 460 within_notrace_func(struct trace_kprobe * tk) within_notrace_func() argument 482 within_notrace_func(tk) global() argument 486 __register_trace_kprobe(struct trace_kprobe * tk) __register_trace_kprobe() argument 524 __unregister_trace_kprobe(struct trace_kprobe * tk) __unregister_trace_kprobe() argument 540 unregister_trace_kprobe(struct trace_kprobe * tk) unregister_trace_kprobe() argument 595 append_trace_kprobe(struct trace_kprobe * tk,struct trace_kprobe * to) append_trace_kprobe() argument 633 register_trace_kprobe(struct trace_kprobe * tk) register_trace_kprobe() argument 680 register_module_trace_kprobe(struct module * mod,struct trace_kprobe * tk) register_module_trace_kprobe() argument 699 struct trace_kprobe *tk; trace_kprobe_module_callback() local 1283 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_release() local 1293 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_show() local 1367 trace_kprobe_missed(struct trace_kprobe * tk) trace_kprobe_missed() argument 1377 struct trace_kprobe *tk; probes_profile_seq_show() local 1495 kprobe_trace_func(struct trace_kprobe * tk,struct pt_regs * regs) kprobe_trace_func() argument 1510 struct trace_kprobe *tk; trace_kprobe_entry_handler() local 1531 __kretprobe_trace_func(struct trace_kprobe * tk,struct kretprobe_instance * ri,struct pt_regs * regs,struct trace_event_file * trace_file) __kretprobe_trace_func() argument 1561 kretprobe_trace_func(struct trace_kprobe * tk,struct kretprobe_instance * ri,struct pt_regs * regs) kretprobe_trace_func() argument 1674 kprobe_perf_func(struct trace_kprobe * tk,struct pt_regs * regs) kprobe_perf_func() argument 1723 kretprobe_perf_func(struct trace_kprobe * tk,struct kretprobe_instance * ri,struct pt_regs * regs) kretprobe_perf_func() argument 1763 struct trace_kprobe *tk; bpf_get_kprobe_info() local 1818 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); kprobe_dispatcher() local 1838 struct trace_kprobe *tk; kretprobe_dispatcher() local 1883 init_trace_event_call(struct trace_kprobe * tk) init_trace_event_call() argument 1899 register_kprobe_event(struct trace_kprobe * tk) register_kprobe_event() argument 1906 unregister_kprobe_event(struct trace_kprobe * tk) unregister_kprobe_event() argument 1962 struct trace_kprobe *tk; destroy_local_trace_kprobe() local 1983 struct trace_kprobe *tk; enable_boot_kprobe_events() local 2068 find_trace_probe_file(struct trace_kprobe * tk,struct trace_array * tr) find_trace_probe_file() argument 2087 struct trace_kprobe *tk; kprobe_trace_self_tests_init() local [all...] |
| H A D | rethook.c | 20 void rethook_flush_task(struct task_struct *tk) in rethook_flush_task()
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 66 static inline bool tk_is_aux(const struct timekeeper *tk) in tk_is_aux() 76 static inline bool tk_is_aux(const struct timekeeper *tk) in tk_is_aux() 82 static inline void tk_update_aux_offs(struct timekeeper *tk, ktime_t offs) in tk_update_aux_offs() 186 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 198 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 207 static inline struct timespec64 tk_xtime_coarse(const struct timekeeper *tk) in tk_xtime_coarse() 225 static inline void tk_update_coarse_nsecs(struct timekeeper *tk) in tk_update_coarse_nsecs() 230 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 237 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 245 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() [all …]
|
| H A D | vsyscall.c | 29 static inline void update_vdso_time_data(struct vdso_time_data *vdata, struct timekeeper *tk) in update_vdso_time_data() 77 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() 140 void vdso_time_update_aux(struct timekeeper *tk) in vdso_time_update_aux()
|
| /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
|
| /linux/drivers/input/keyboard/ |
| H A D | dlink-dir685-touchkeys.c | 30 struct dir685_touchkeys *tk = data; in dir685_tk_irq_thread() local 67 struct dir685_touchkeys *tk; in dir685_tk_probe() local
|
| /linux/mm/ |
| H A D | memory-failure.c | 286 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 388 struct to_kill *tk; in __add_to_kill() local 438 struct to_kill *tk, *next; in task_in_to_kill_list() local 465 struct to_kill *tk, *next; in kill_procs() local 680 struct to_kill tk; member 685 static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift) in set_to_kill() 692 unsigned long poisoned_pfn, struct to_kill *tk) in check_hwpoisoned_entry() 1687 struct to_kill *tk; in unmap_and_kill() local 2215 struct to_kill *tk; in add_to_kill_pgoff() local
|
| /linux/include/linux/ |
| H A D | timekeeper_internal.h | 192 update_vsyscall(struct timekeeper * tk) update_vsyscall() argument 203 vdso_time_update_aux(struct timekeeper * tk) vdso_time_update_aux() argument
|
| H A D | kprobes.h | 416 #define kprobe_flush_task(tk) do {} while (0) argument 487 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 336 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 381 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
| /linux/arch/arm/xen/ |
| H A D | enlighten.c | 107 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
| /linux/arch/x86/xen/ |
| H A D | time.c | 107 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | location.h | 743 u8 tk[TK_11AZ_LEN]; member 804 u8 tk[TK_11AZ_LEN]; member 857 u8 tk[TK_11AZ_LEN]; member 927 u8 tk[TK_11AZ_LEN]; member 1008 u8 tk[TK_11AZ_LEN]; member 1084 u8 tk[TK_11AZ_LEN]; member
|
| /linux/net/sunrpc/ |
| H A D | sched.c | 897 static bool xprt_needs_memalloc(struct rpc_xprt *xprt, struct rpc_task *tk) in xprt_needs_memalloc()
|
| /linux/lib/ |
| H A D | bch.c | 866 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
|
| /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
|
| /linux/kernel/ |
| H A D | auditsc.c | 1320 const struct timespec64 *tk = &context->time.tk_injoffset; in audit_log_time() local
|
| H A D | kprobes.c | 1979 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
| /linux/net/bluetooth/ |
| H A D | smp.c | 106 u8 tk[16]; /* SMP Temporary Key */ member
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 2366 static void update_pvclock_gtod(struct timekeeper *tk) in update_pvclock_gtod() 9964 struct timekeeper *tk = priv; in pvclock_gtod_notify() local
|