Searched refs:mod_refcount (Results 1 – 1 of 1) sorted by relevance
1120 atomic_t mod_refcount; member1258 atomic_set(&mod->mod_refcount, 1); in obd_mod_alloc()1262 #define obd_mod_get(mod) atomic_inc(&(mod)->mod_refcount)1265 if (atomic_dec_and_test(&(mod)->mod_refcount)) { \