Searched refs:nidstat (Results 1 – 1 of 1) sorted by relevance
125 #define nidstat_getref(nidstat) \ argument127 atomic_inc(&(nidstat)->nid_exp_ref_count); \130 #define nidstat_putref(nidstat) \ argument132 atomic_dec(&(nidstat)->nid_exp_ref_count); \133 LASSERTF(atomic_read(&(nidstat)->nid_exp_ref_count) >= 0, \134 "stat %p nid_exp_ref_count < 0\n", nidstat); \