Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c72 lstcon_node_find(lnet_process_id_t id, lstcon_node_t **ndpp, int create) in lstcon_node_find() argument
85 *ndpp = ndl->ndl_node; in lstcon_node_find()
92 LIBCFS_ALLOC(*ndpp, sizeof(lstcon_node_t) + sizeof(lstcon_ndlink_t)); in lstcon_node_find()
93 if (*ndpp == NULL) in lstcon_node_find()
96 ndl = (lstcon_ndlink_t *)(*ndpp + 1); in lstcon_node_find()
98 ndl->ndl_node = *ndpp; in lstcon_node_find()