Searched refs:mod_refcount (Results 1 – 1 of 1) sorted by relevance
1261 atomic_t mod_refcount; member1412 atomic_set(&mod->mod_refcount, 1); in obd_mod_alloc()1416 #define obd_mod_get(mod) atomic_inc(&(mod)->mod_refcount)1419 if (atomic_dec_and_test(&(mod)->mod_refcount)) { \