Home
last modified time | relevance | path

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

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