Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c67 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/
Dtrace_kprobe.c43 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/
Dtkip.c84 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/
Dvsyscall_gtod.c27 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/arm/kernel/
Dvdso.c268 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/
Dvdso.c70 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/arm64/kernel/
Dvdso.c200 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/arch/tile/kernel/
Dtime.c260 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/mm/
Dmemory-failure.c285 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/
Dtimekeeper_internal.h142 static inline void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
Disdn_ppp.h166 struct task_struct *tk; member
Dkprobes.h455 static inline void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c486 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/
Drtw_security.c474 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/
Drtw_security.c506 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/
Dbch.c843 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
/linux-4.4.14/arch/s390/kernel/
Dtime.c211 void update_vsyscall(struct timekeeper *tk) in update_vsyscall()
/linux-4.4.14/kernel/
Dkprobes.c1144 void kprobe_flush_task(struct task_struct *tk) in kprobe_flush_task()
/linux-4.4.14/arch/x86/kvm/
Dx86.c1117 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/
Dsmp.c104 u8 tk[16]; /* SMP Temporary Key */ member