Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_internal.h92 atomic_t set_refcount; member
118 LASSERT(atomic_read(&set->set_refcount) > 0); in lov_get_reqset()
119 atomic_inc(&set->set_refcount); in lov_get_reqset()
124 if (atomic_dec_and_test(&set->set_refcount)) in lov_put_reqset()
Dlov_request.c53 atomic_set(&set->set_refcount, 1); in lov_init_set()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_internal.h297 if (atomic_dec_and_test(&set->set_refcount)) in ptlrpc_reqset_put()
Dptlrpcd.c270 atomic_inc(&set->set_refcount); in ptlrpc_reqset_get()
Dclient.c838 atomic_set(&set->set_refcount, 1); in ptlrpc_prep_set()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h332 atomic_t set_refcount; member