Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c925 lstcon_test_batch_ent_t *entp; in lstcon_batch_info() local
964 LIBCFS_ALLOC(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()
965 if (entp == NULL) in lstcon_batch_info()
969 entp->u.tbe_batch.bae_ntest = bat->bat_ntest; in lstcon_batch_info()
970 entp->u.tbe_batch.bae_state = bat->bat_state; in lstcon_batch_info()
974 entp->u.tbe_test.tse_type = test->tes_type; in lstcon_batch_info()
975 entp->u.tbe_test.tse_loop = test->tes_loop; in lstcon_batch_info()
976 entp->u.tbe_test.tse_concur = test->tes_concur; in lstcon_batch_info()
980 LST_NODE_STATE_COUNTER(ndl->ndl_node, &entp->tbe_cli_nle); in lstcon_batch_info()
983 LST_NODE_STATE_COUNTER(ndl->ndl_node, &entp->tbe_srv_nle); in lstcon_batch_info()
[all …]
Dconsole.h193 lstcon_ndlist_ent_t *entp, char *name_up, int len);