Searched defs:tk (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dvsyscall_gtod.c27 void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
/linux-4.1.27/arch/tile/kernel/
H A Dtime.c258 void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
/linux-4.1.27/include/linux/
H A Dtimekeeper_internal.h123 static inline void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
H A Disdn_ppp.h166 struct task_struct *tk; member in struct:ippp_struct
H A Dkprobes.h453 static inline void kprobe_flush_task(struct task_struct *tk) kprobe_flush_task() argument
/linux-4.1.27/arch/arm64/kernel/
H A Dvdso.c200 void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
/linux-4.1.27/arch/arm/kernel/
H A Dvdso.c268 static bool tk_is_cntvct(const struct timekeeper *tk) tk_is_cntvct() argument
297 void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
/linux-4.1.27/net/mac80211/
H A Dtkip.c84 static void tkip_mixing_phase1(const u8 *tk, struct tkip_ctx *ctx, tkip_mixing_phase1() argument
108 static void tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, tkip_mixing_phase2() argument
159 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; ieee80211_compute_tkip_p1k() local
191 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; ieee80211_get_tkip_rx_p1k() local
204 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; ieee80211_get_tkip_p2k() local
252 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; ieee80211_tkip_decrypt_data() local
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_security.c488 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument
533 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_security.c474 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument
519 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
/linux-4.1.27/kernel/trace/
H A Dtrace_kprobe.c43 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) trace_kprobe_is_return() argument
48 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) trace_kprobe_symbol() argument
53 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) trace_kprobe_offset() argument
58 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) trace_kprobe_has_gone() argument
63 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, trace_kprobe_within_module() argument
71 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) trace_kprobe_is_on_module() argument
282 struct trace_kprobe *tk; alloc_trace_kprobe() local
332 static void free_trace_kprobe(struct trace_kprobe *tk) free_trace_kprobe() argument
348 struct trace_kprobe *tk; find_trace_kprobe() local
362 enable_trace_kprobe(struct trace_kprobe *tk, struct ftrace_event_file *file) enable_trace_kprobe() argument
397 disable_trace_kprobe(struct trace_kprobe *tk, struct ftrace_event_file *file) disable_trace_kprobe() argument
444 static int __register_trace_kprobe(struct trace_kprobe *tk) __register_trace_kprobe() argument
486 static void __unregister_trace_kprobe(struct trace_kprobe *tk) __unregister_trace_kprobe() argument
501 static int unregister_trace_kprobe(struct trace_kprobe *tk) unregister_trace_kprobe() argument
518 static int register_trace_kprobe(struct trace_kprobe *tk) register_trace_kprobe() argument
559 struct trace_kprobe *tk; trace_kprobe_module_callback() local
609 struct trace_kprobe *tk; create_trace_kprobe() local
783 struct trace_kprobe *tk; release_all_trace_kprobes() local
827 struct trace_kprobe *tk = v; probes_seq_show() local
888 struct trace_kprobe *tk = v; probes_profile_seq_show() local
919 __kprobe_trace_func(struct trace_kprobe *tk, struct pt_regs *regs, __kprobe_trace_func() argument
955 kprobe_trace_func(struct trace_kprobe *tk, struct pt_regs *regs) kprobe_trace_func() argument
966 __kretprobe_trace_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, __kretprobe_trace_func() argument
1004 kretprobe_trace_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, kretprobe_trace_func() argument
1088 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; kprobe_event_define_fields() local
1111 struct trace_kprobe *tk = (struct trace_kprobe *)event_call->data; kretprobe_event_define_fields() local
1135 kprobe_perf_func(struct trace_kprobe *tk, struct pt_regs *regs) kprobe_perf_func() argument
1169 kretprobe_perf_func(struct trace_kprobe *tk, struct kretprobe_instance *ri, kretprobe_perf_func() argument
1212 struct trace_kprobe *tk = (struct trace_kprobe *)event->data; kprobe_register() local
1238 struct trace_kprobe *tk = container_of(kp, struct trace_kprobe, rp.kp); kprobe_dispatcher() local
1255 struct trace_kprobe *tk = container_of(ri->rp, struct trace_kprobe, rp); kretprobe_dispatcher() local
1277 static int register_kprobe_event(struct trace_kprobe *tk) register_kprobe_event() argument
1311 static int unregister_kprobe_event(struct trace_kprobe *tk) unregister_kprobe_event() argument
1368 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) find_trace_probe_file() argument
1387 struct trace_kprobe *tk; kprobe_trace_self_tests_init() local
/linux-4.1.27/lib/
H A Dbch.c843 struct gf_poly *tk = bch->poly_2t[2]; factor_polynomial() local
/linux-4.1.27/mm/
H A Dmemory-failure.c294 struct to_kill *tk; add_to_kill() local
338 struct to_kill *tk, *next; kill_procs() local
491 struct to_kill *tk; collect_procs() local
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_security.c504 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) phase1() argument
552 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) phase2() argument
/linux-4.1.27/arch/s390/kernel/
H A Dtime.c214 void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
/linux-4.1.27/kernel/
H A Dkprobes.c1144 void kprobe_flush_task(struct task_struct *tk) kprobe_flush_task() argument
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c67 static inline void tk_normalize_xtime(struct timekeeper *tk) tk_normalize_xtime() argument
75 static inline struct timespec64 tk_xtime(struct timekeeper *tk) tk_xtime() argument
84 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) tk_set_xtime() argument
90 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) tk_xtime_add() argument
97 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) tk_set_wall_to_mono() argument
114 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) tk_update_sleep_time() argument
134 static void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) timekeeping_check_update() argument
213 static inline void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) timekeeping_check_update() argument
241 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) tk_setup_internals() argument
458 static void halt_fast_timekeeper(struct timekeeper *tk) halt_fast_timekeeper() argument
476 static inline void update_vsyscall(struct timekeeper *tk) update_vsyscall() argument
486 static inline void old_vsyscall_fixup(struct timekeeper *tk) old_vsyscall_fixup() argument
512 static void update_pvclock_gtod(struct timekeeper *tk, bool was_set) update_pvclock_gtod() argument
522 struct timekeeper *tk = &tk_core.timekeeper; pvclock_gtod_register_notifier() local
555 static inline void tk_update_ktime_data(struct timekeeper *tk) tk_update_ktime_data() argument
586 static void timekeeping_update(struct timekeeper *tk, unsigned int action) timekeeping_update() argument
613 static void timekeeping_forward_now(struct timekeeper *tk) timekeeping_forward_now() argument
644 struct timekeeper *tk = &tk_core.timekeeper; __getnstimeofday64() local
683 struct timekeeper *tk = &tk_core.timekeeper; ktime_get() local
709 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_with_offset() local
753 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_raw() local
779 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_ts64() local
811 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_seconds() local
831 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_real_seconds() local
861 struct timekeeper *tk = &tk_core.timekeeper; getnstime_raw_and_real() local
910 struct timekeeper *tk = &tk_core.timekeeper; do_settimeofday64() local
950 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_inject_offset() local
995 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_get_tai_offset() local
1011 static void __timekeeping_set_tai_offset(struct timekeeper *tk, s32 tai_offset) __timekeeping_set_tai_offset() argument
1023 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_set_tai_offset() local
1042 struct timekeeper *tk = &tk_core.timekeeper; change_clocksource() local
1084 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_notify() local
1101 struct timekeeper *tk = &tk_core.timekeeper; getrawmonotonic64() local
1124 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_valid_for_hres() local
1143 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_max_deferment() local
1214 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_init() local
1270 static void __timekeeping_inject_sleeptime(struct timekeeper *tk, __timekeeping_inject_sleeptime() argument
1334 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_inject_sleeptime64() local
1359 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_resume() local
1438 struct timekeeper *tk = &tk_core.timekeeper; timekeeping_suspend() local
1508 static __always_inline void timekeeping_apply_adjustment(struct timekeeper *tk, timekeeping_apply_adjustment() argument
1590 static __always_inline void timekeeping_freqadjust(struct timekeeper *tk, timekeeping_freqadjust() argument
1629 static void timekeeping_adjust(struct timekeeper *tk, s64 offset) timekeeping_adjust() argument
1682 static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk) accumulate_nsecs_to_secs() argument
1722 static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset, logarithmic_accumulation() argument
1766 struct timekeeper *tk = &shadow_timekeeper; update_wall_time() local
1861 struct timekeeper *tk = &tk_core.timekeeper; getboottime64() local
1870 struct timekeeper *tk = &tk_core.timekeeper; get_seconds() local
1878 struct timekeeper *tk = &tk_core.timekeeper; __current_kernel_time() local
1885 struct timekeeper *tk = &tk_core.timekeeper; current_kernel_time() local
1901 struct timekeeper *tk = &tk_core.timekeeper; get_monotonic_coarse64() local
1938 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_update_offsets_tick() local
1970 struct timekeeper *tk = &tk_core.timekeeper; ktime_get_update_offsets_now() local
1995 struct timekeeper *tk = &tk_core.timekeeper; do_adjtimex() local
/linux-4.1.27/net/bluetooth/
H A Dhci_core.c2371 hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, u8 type, u8 authenticated, u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand) hci_add_ltk() argument
H A Dsmp.c98 u8 tk[16]; /* SMP Temporary Key */ member in struct:smp_chan
/linux-4.1.27/arch/x86/kvm/
H A Dx86.c1076 static void update_pvclock_gtod(struct timekeeper *tk) update_pvclock_gtod() argument
5770 struct timekeeper *tk = priv; pvclock_gtod_notify() local

Completed in 974 milliseconds