Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c62 LASSERT(nd->nd_ref >= 1); in lstcon_node_get()
64 nd->nd_ref++; in lstcon_node_get()
97 ndl->ndl_node->nd_ref = 1; in lstcon_node_find()
120 LASSERT(nd->nd_ref > 0); in lstcon_node_put()
122 if (--nd->nd_ref > 0) in lstcon_node_put()
354 if (grp && nd->nd_ref > 1) in lstcon_sesrpc_condition()
Dconsole.h52 int nd_ref; /* reference count */ member