Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsync.c98 rsp->gp_count++; in rcu_sync_enter_start()
122 need_wait = rsp->gp_count++; in rcu_sync_enter()
173 if (rsp->gp_count) { in rcu_sync_func()
209 if (!--rsp->gp_count) { in rcu_sync_exit()
228 BUG_ON(rsp->gp_count); in rcu_sync_dtor()
/Linux-v4.19/include/linux/
Drcu_sync.h34 int gp_count; member
69 .gp_count = 0, \