gp_count           19 include/linux/rcu_sync.h 	int			gp_count;
gp_count           47 include/linux/rcu_sync.h 		.gp_count = 0,						\
gp_count           38 kernel/rcu/sync.c 	rsp->gp_count++;
gp_count           82 kernel/rcu/sync.c 	if (rsp->gp_count) {
gp_count          129 kernel/rcu/sync.c 		WARN_ON_ONCE(rsp->gp_count);
gp_count          141 kernel/rcu/sync.c 	rsp->gp_count++;
gp_count          171 kernel/rcu/sync.c 	WARN_ON_ONCE(READ_ONCE(rsp->gp_count) == 0);
gp_count          174 kernel/rcu/sync.c 	if (!--rsp->gp_count) {
gp_count          193 kernel/rcu/sync.c 	WARN_ON_ONCE(READ_ONCE(rsp->gp_count));