/linux/kernel/trace/ |
H A D | trace_kprobe.c | 86 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() argument 91 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() argument 96 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() argument 101 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() argument 106 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() argument 116 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 1265 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_release() local 1275 struct trace_kprobe *tk = to_trace_kprobe(ev); trace_kprobe_show() local 1349 trace_kprobe_missed(struct trace_kprobe * tk) trace_kprobe_missed() argument 1359 struct trace_kprobe *tk; probes_profile_seq_show() local 1477 kprobe_trace_func(struct trace_kprobe * tk,struct pt_regs * regs) kprobe_trace_func() argument 1492 struct trace_kprobe *tk; trace_kprobe_entry_handler() local 1513 __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 1543 kretprobe_trace_func(struct trace_kprobe * tk,struct kretprobe_instance * ri,struct pt_regs * regs) kretprobe_trace_func() argument 1656 kprobe_perf_func(struct trace_kprobe * tk,struct pt_regs * regs) kprobe_perf_func() argument 1705 kretprobe_perf_func(struct trace_kprobe * tk,struct kretprobe_instance * ri,struct pt_regs * regs) kretprobe_perf_func() argument 1745 struct trace_kprobe *tk; bpf_get_kprobe_info() local 1800 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); kprobe_dispatcher() local 1819 struct trace_kprobe *tk; kretprobe_dispatcher() local 1862 init_trace_event_call(struct trace_kprobe * tk) init_trace_event_call() argument 1878 register_kprobe_event(struct trace_kprobe * tk) register_kprobe_event() argument 1885 unregister_kprobe_event(struct trace_kprobe * tk) unregister_kprobe_event() argument 1941 struct trace_kprobe *tk; destroy_local_trace_kprobe() local 1962 struct trace_kprobe *tk; enable_boot_kprobe_events() local 2040 find_trace_probe_file(struct trace_kprobe * tk,struct trace_array * tr) find_trace_probe_file() argument 2059 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 | 146 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 158 static inline struct timespec64 tk_xtime(const struct timekeeper *tk) in tk_xtime() 167 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 173 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 180 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 198 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 240 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() 465 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_boot_fast_ns() local 482 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_tai_fast_ns() local 521 static void halt_fast_timekeeper(const struct timekeeper *tk) in halt_fast_timekeeper() [all …]
|
/linux/arch/sparc/kernel/ |
H A D | vdso.c | 24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux/mm/ |
H A D | memory-failure.c | 350 static int kill_proc(struct to_kill *tk, unsigned long pfn, int flags) in kill_proc() 452 struct to_kill *tk; in __add_to_kill() local 502 struct to_kill *tk, *next; in task_in_to_kill_list() local 529 struct to_kill *tk, *next; in kill_procs() local 744 struct to_kill tk; member 749 static void set_to_kill(struct to_kill *tk, unsigned long addr, short shift) in set_to_kill() 756 unsigned long poisoned_pfn, struct to_kill *tk) in check_hwpoisoned_entry() 1721 struct to_kill *tk; in unmap_and_kill() local
|
/linux/include/linux/ |
H A D | timekeeper_internal.h | 156 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
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/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 36 u8 tk[TK_11AZ_LEN]; member 46 u8 *tk; member 641 u8 *bssid, u8 *cipher, u8 *hltk, u8 *tk, in iwl_mvm_ftm_set_secured_ranging()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 362 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 410 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 | 105 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 738 u8 tk[TK_11AZ_LEN]; member 799 u8 tk[TK_11AZ_LEN]; member 852 u8 tk[TK_11AZ_LEN]; member 922 u8 tk[TK_11AZ_LEN]; member 1003 u8 tk[TK_11AZ_LEN]; member 1079 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/net/bluetooth/ |
H A D | smp.c | 106 u8 tk[16]; /* SMP Temporary Key */ member
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 2233 static void update_pvclock_gtod(struct timekeeper *tk) in update_pvclock_gtod() 9642 struct timekeeper *tk = priv; in pvclock_gtod_notify() local
|