Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1261 atomic_t mod_refcount; member
1412 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)) { \