Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dtimekeeping.c616 write_seqcount_begin(&tkd->seq); in tk_update_leap_state_all()
618 tkd->timekeeper.next_leap_ktime = tkd->shadow_timekeeper.next_leap_ktime; in tk_update_leap_state_all()
619 write_seqcount_end(&tkd->seq); in tk_update_leap_state_all()
660 lockdep_assert_held(&tkd->lock); in timekeeping_restore_shadow()
661 memcpy(&tkd->shadow_timekeeper, &tkd->timekeeper, sizeof(tkd->timekeeper)); in timekeeping_restore_shadow()
668 lockdep_assert_held(&tkd->lock); in timekeeping_update_from_shadow()
677 write_seqcount_begin(&tkd->seq); in timekeeping_update_from_shadow()
705 memcpy(&tkd->timekeeper, tk, sizeof(*tk)); in timekeeping_update_from_shadow()
706 write_seqcount_end(&tkd->seq); in timekeeping_update_from_shadow()
1654 raw_spin_lock_init(&tkd->lock); in tkd_basic_setup()
[all …]