/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 67 static inline void tk_normalize_xtime(struct timekeeper *tk) in tk_normalize_xtime() 75 static inline struct timespec64 tk_xtime(struct timekeeper *tk) in tk_xtime() 84 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 90 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 97 static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm) in tk_set_wall_to_mono() 114 static inline void tk_update_sleep_time(struct timekeeper *tk, ktime_t delta) in tk_update_sleep_time() 122 static void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) in timekeeping_check_update() 163 struct timekeeper *tk = &tk_core.timekeeper; in timekeeping_get_delta() local 202 static inline void timekeeping_check_update(struct timekeeper *tk, cycle_t offset) in timekeeping_check_update() 230 static void tk_setup_internals(struct timekeeper *tk, struct clocksource *clock) in tk_setup_internals() [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace_kprobe.c | 43 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() 48 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() 53 static nokprobe_inline unsigned long trace_kprobe_offset(struct trace_kprobe *tk) in trace_kprobe_offset() 58 static nokprobe_inline bool trace_kprobe_has_gone(struct trace_kprobe *tk) in trace_kprobe_has_gone() 63 static nokprobe_inline bool trace_kprobe_within_module(struct trace_kprobe *tk, in trace_kprobe_within_module() 71 static nokprobe_inline bool trace_kprobe_is_on_module(struct trace_kprobe *tk) in trace_kprobe_is_on_module() 270 struct trace_kprobe *tk; in alloc_trace_kprobe() local 320 static void free_trace_kprobe(struct trace_kprobe *tk) in free_trace_kprobe() 336 struct trace_kprobe *tk; in find_trace_kprobe() local 350 enable_trace_kprobe(struct trace_kprobe *tk, struct trace_event_file *file) in enable_trace_kprobe() [all …]
|
/linux-4.4.14/net/mac80211/ |
D | tkip.c | 84 static void tkip_mixing_phase1(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase1() 108 static void tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase2() 159 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_compute_tkip_p1k() local 191 const u8 *tk = &keyconf->key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_rx_p1k() local 204 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_get_tkip_p2k() local 252 const u8 *tk = &key->conf.key[NL80211_TKIP_DATA_OFFSET_ENCR_KEY]; in ieee80211_tkip_decrypt_data() local
|
/linux-4.4.14/arch/x86/entry/vsyscall/ |
D | vsyscall_gtod.c | 27 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/arch/arm/kernel/ |
D | vdso.c | 268 static bool tk_is_cntvct(const struct timekeeper *tk) in tk_is_cntvct() 297 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/arch/mips/kernel/ |
D | vdso.c | 70 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | vdso.c | 200 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/arch/tile/kernel/ |
D | time.c | 260 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/mm/ |
D | memory-failure.c | 285 struct to_kill *tk; in add_to_kill() local 329 struct to_kill *tk, *next; in kill_procs() local 482 struct to_kill *tk; in collect_procs() local
|
/linux-4.4.14/include/linux/ |
D | timekeeper_internal.h | 142 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
D | isdn_ppp.h | 166 struct task_struct *tk; member
|
D | kprobes.h | 455 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 486 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 531 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 474 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 519 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 506 static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) in phase1() 554 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2()
|
/linux-4.4.14/lib/ |
D | bch.c | 843 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 211 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
|
/linux-4.4.14/kernel/ |
D | kprobes.c | 1144 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 1117 static void update_pvclock_gtod(struct timekeeper *tk) in update_pvclock_gtod() 5748 struct timekeeper *tk = priv; in pvclock_gtod_notify() local
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 104 u8 tk[16]; /* SMP Temporary Key */ member
|