Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1120 atomic_t mod_refcount; member
1258 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)) { \