Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c203 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_alloc()
216 INIT_LIST_HEAD(&grp->grp_ndl_hash[i]); in lstcon_group_alloc()
257 LASSERT (list_empty(&grp->grp_ndl_hash[i])); in lstcon_group_decref()
261 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_decref()
293 rc = lstcon_ndlink_find(&grp->grp_ndl_hash[0], id, ndlpp, create); in lstcon_group_ndlink_find()
325 list_add_tail(&ndl->ndl_hlink, &new->grp_ndl_hash[idx]); in lstcon_group_ndlink_move()
Dconsole.h78 struct list_head grp_ndl_hash[0];/* hash table for nodes */ member