Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c68 lstcon_node_find(lnet_process_id_t id, struct lstcon_node **ndpp, int create) in lstcon_node_find() argument
82 *ndpp = ndl->ndl_node; in lstcon_node_find()
89 LIBCFS_ALLOC(*ndpp, sizeof(struct lstcon_node) + sizeof(struct lstcon_ndlink)); in lstcon_node_find()
90 if (!*ndpp) in lstcon_node_find()
93 ndl = (struct lstcon_ndlink *)(*ndpp + 1); in lstcon_node_find()
95 ndl->ndl_node = *ndpp; in lstcon_node_find()