Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Djiffies.c45 SEQCNT_RAW_SPINLOCK_ZERO(jiffies_seq, &jiffies_lock);
H A Dhrtimer.c141 .seq = SEQCNT_RAW_SPINLOCK_ZERO(migration_cpu_base.seq,
H A Dtimekeeping.c54 .seq = SEQCNT_RAW_SPINLOCK_ZERO(tk_core.seq, &timekeeper_lock),
/openbmc/linux/include/linux/
H A Dseqlock.h290 #define SEQCNT_RAW_SPINLOCK_ZERO(name, lock) SEQCOUNT_LOCKNAME_ZERO(name, lock) macro