Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.h197 unsigned int gpwrap_count; /* Count of GP sequence wrap. */ member
H A Dtree.c88 return READ_ONCE(rdp->gpwrap_count); in rcu_get_gpwrap_count()
808 WRITE_ONCE(rdp->gpwrap_count, READ_ONCE(rdp->gpwrap_count) + 1); in rcu_gpnum_ovf()