Searched defs:ndlpp (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dconsole.c141 lnet_process_id_t id, lstcon_ndlink_t **ndlpp, int create)
157 *ndlpp = ndl;
175 *ndlpp = ndl;
289 lstcon_ndlink_t **ndlpp, int create)
293 rc = lstcon_ndlink_find(&grp->grp_ndl_hash[0], id, ndlpp, create);
297 if (!list_empty(&(*ndlpp)->ndl_link))
300 list_add_tail(&(*ndlpp)->ndl_link, &grp->grp_ndl_list);
140 lstcon_ndlink_find(struct list_head *hash, lnet_process_id_t id, lstcon_ndlink_t **ndlpp, int create) argument
288 lstcon_group_ndlink_find(lstcon_group_t *grp, lnet_process_id_t id, lstcon_ndlink_t **ndlpp, int create) argument

Completed in 45 milliseconds