Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.h78 struct list_head grp_ndl_hash[0]; /* hash table for nodes */ member
Dconsole.c202 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_alloc()
215 INIT_LIST_HEAD(&grp->grp_ndl_hash[i]); in lstcon_group_alloc()
256 LASSERT(list_empty(&grp->grp_ndl_hash[i])); in lstcon_group_decref()
260 grp_ndl_hash[LST_NODE_HASHSIZE])); in lstcon_group_decref()
292 rc = lstcon_ndlink_find(&grp->grp_ndl_hash[0], id, ndlpp, create); in lstcon_group_ndlink_find()
324 list_add_tail(&ndl->ndl_hlink, &new->grp_ndl_hash[idx]); in lstcon_group_ndlink_move()