Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h100 atomic_t set_refcount; member
129 LASSERT(atomic_read(&set->set_refcount) > 0); in lov_get_reqset()
130 atomic_inc(&set->set_refcount); in lov_get_reqset()
135 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.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_internal.h309 if (atomic_dec_and_test(&set->set_refcount)) in ptlrpc_reqset_put()
Dptlrpcd.c256 atomic_inc(&set->set_refcount); in ptlrpc_reqset_get()
Dclient.c862 atomic_set(&set->set_refcount, 1); in ptlrpc_prep_set()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h333 atomic_t set_refcount; member