Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/lnet/
Dlnetst.h125 } lstcon_test_batch_ent_t; /*** test/batch verbose information entry, typedef
395 lstcon_test_batch_ent_t *lstio_bat_entp; /* OUT: batch ent */
/drivers/staging/lustre/lnet/selftest/
Dconsole.h220 extern int lstcon_batch_info(char *name, lstcon_test_batch_ent_t *ent_up,
Dconsole.c922 lstcon_batch_info(char *name, lstcon_test_batch_ent_t *ent_up, int server, in lstcon_batch_info()
926 lstcon_test_batch_ent_t *entp; in lstcon_batch_info()
965 LIBCFS_ALLOC(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()
987 sizeof(lstcon_test_batch_ent_t)) ? -EFAULT : 0; in lstcon_batch_info()
989 LIBCFS_FREE(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()