Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c67 LASSERT (nd->nd_ref >= 1); in lstcon_node_get()
69 nd->nd_ref++; in lstcon_node_get()
101 ndl->ndl_node->nd_ref = 1; in lstcon_node_find()
122 LASSERT (nd->nd_ref > 0); in lstcon_node_put()
124 if (--nd->nd_ref > 0) in lstcon_node_put()
359 if (grp != NULL && nd->nd_ref > 1) in lstcon_sesrpc_condition()
Dconsole.h56 int nd_ref; /* reference count */ member