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

/linux-4.4.14/include/linux/
H A Drcu_sync.h34 int gp_count; member in struct:rcu_sync
68 .gp_count = 0, \
/linux-4.4.14/kernel/rcu/
H A Dsync.c105 need_wait = rsp->gp_count++; rcu_sync_enter()
156 if (rsp->gp_count) { rcu_sync_func()
192 if (!--rsp->gp_count) { rcu_sync_exit()
211 BUG_ON(rsp->gp_count); rcu_sync_dtor()

Completed in 205 milliseconds