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.h124 } lstcon_test_batch_ent_t; /*** test/batch verbose information entry, typedef
416 lstcon_test_batch_ent_t __user *lstio_bat_entp; /* OUT: batch ent */
/drivers/staging/lustre/lnet/selftest/
Dconsole.h227 int lstcon_batch_info(char *name, lstcon_test_batch_ent_t __user *ent_up,
Dconsole.c926 lstcon_batch_info(char *name, lstcon_test_batch_ent_t __user *ent_up, in lstcon_batch_info()
930 lstcon_test_batch_ent_t *entp; in lstcon_batch_info()
969 LIBCFS_ALLOC(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()
989 sizeof(lstcon_test_batch_ent_t)) ? -EFAULT : 0; in lstcon_batch_info()
991 LIBCFS_FREE(entp, sizeof(lstcon_test_batch_ent_t)); in lstcon_batch_info()