Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h125 #define nidstat_getref(nidstat) \ argument
127 atomic_inc(&(nidstat)->nid_exp_ref_count); \
130 #define nidstat_putref(nidstat) \ argument
132 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); \