Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconsole.c926 lstcon_test_batch_ent_t *entp; in lstcon_batch_info() local
965 LIBCFS_ALLOC(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()
966 if (entp == NULL) in lstcon_batch_info()
970 entp->u.tbe_batch.bae_ntest = bat->bat_ntest; in lstcon_batch_info()
971 entp->u.tbe_batch.bae_state = bat->bat_state; in lstcon_batch_info()
975 entp->u.tbe_test.tse_type = test->tes_type; in lstcon_batch_info()
976 entp->u.tbe_test.tse_loop = test->tes_loop; in lstcon_batch_info()
977 entp->u.tbe_test.tse_concur = test->tes_concur; in lstcon_batch_info()
981 LST_NODE_STATE_COUNTER(ndl->ndl_node, &entp->tbe_cli_nle); in lstcon_batch_info()
984 LST_NODE_STATE_COUNTER(ndl->ndl_node, &entp->tbe_srv_nle); in lstcon_batch_info()
[all …]
Dconsole.h192 lstcon_ndlist_ent_t *entp, char *name_up, int len);