Home
last modified time | relevance | path

Searched refs:tk_core (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
H A Dtimekeeping.c56 static struct tk_data tk_core; variable
120 raw_spin_lock_irqsave(&tk_core.lock, flags); in timekeeper_lock_irqsave()
126 raw_spin_unlock_irqrestore(&tk_core.lock, flags); in timekeeper_unlock_irqrestore()
465 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_boot_fast_ns()
482 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_tai_fast_ns()
551 struct timekeeper *tk = &tk_core.timekeeper; in pvclock_gtod_register_notifier()
554 guard(raw_spinlock_irqsave)(&tk_core.lock); in pvclock_gtod_register_notifier()
569 guard(raw_spinlock_irqsave)(&tk_core.lock); in pvclock_gtod_unregister_notifier()
641 struct timekeeper *tk = &tk_core.shadow_timekeeper; in timekeeping_update_from_shadow()
721 struct timekeeper *tk = &tk_core.timekeeper; in ktime_get_real_ts64()
[all …]
/linux/scripts/gdb/linux/
H A Dtimerlist.py23 tk_core = gdb.parse_and_eval("&tk_core")
25 return tk_core['timekeeper']['tkr_mono']['base']