Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Dsync.c66 if (rsp->gp_count) { in rcu_sync_func()
113 WARN_ON_ONCE(rsp->gp_count); in rcu_sync_enter()
125 rsp->gp_count++; in rcu_sync_enter()
157 WARN_ON_ONCE(rsp->gp_count == 0); in rcu_sync_exit()
158 if (!--rsp->gp_count) { in rcu_sync_exit()
180 WARN_ON_ONCE(rsp->gp_count); in rcu_sync_dtor()
/linux-6.15/include/linux/
H A Drcu_sync.h19 int gp_count; member
46 .gp_count = 0, \
/linux-6.15/drivers/cxl/core/
H A Dcdat.c767 int gp_count = 0; in DEFINE_FREE() local
786 gp_count++; in DEFINE_FREE()
846 if (gp_count) { in DEFINE_FREE()
847 if (gp_count != dev_count) { in DEFINE_FREE()