Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Dconsole.c829 lstcon_batch_find(const char *name, lstcon_batch_t **batpp) in lstcon_batch_find()
831 lstcon_batch_t *bat; in lstcon_batch_find()
846 lstcon_batch_t *bat; in lstcon_batch_add()
856 LIBCFS_ALLOC(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
866 LIBCFS_FREE(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
876 LIBCFS_FREE(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
906 lstcon_batch_t *bat; in lstcon_batch_list()
930 lstcon_batch_t *bat; in lstcon_batch_info()
1017 lstcon_batch_op(lstcon_batch_t *bat, int transop, in lstcon_batch_op()
1043 lstcon_batch_t *bat; in lstcon_batch_run()
[all …]
Dconsole.h103 } lstcon_batch_t; /*** (tests ) batch descriptor */ typedef
108 lstcon_batch_t *tes_batch; /* pointer to batch */
Dconrpc.c659 lstcon_batch_t *batch; in lstcon_batrpc_prep()
682 batch = (lstcon_batch_t *)tsb; in lstcon_batrpc_prep()