Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c828 lstcon_batch_find(const char *name, lstcon_batch_t **batpp) in lstcon_batch_find()
830 lstcon_batch_t *bat; in lstcon_batch_find()
845 lstcon_batch_t *bat; in lstcon_batch_add()
855 LIBCFS_ALLOC(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
865 LIBCFS_FREE(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
875 LIBCFS_FREE(bat, sizeof(lstcon_batch_t)); in lstcon_batch_add()
905 lstcon_batch_t *bat; in lstcon_batch_list()
929 lstcon_batch_t *bat; in lstcon_batch_info()
1016 lstcon_batch_op(lstcon_batch_t *bat, int transop, in lstcon_batch_op()
1042 lstcon_batch_t *bat; in lstcon_batch_run()
[all …]
Dconsole.h106 } lstcon_batch_t; /* (tests ) batch descriptor */ typedef
111 lstcon_batch_t *tes_batch; /* pointer to batch */
Dconrpc.c658 lstcon_batch_t *batch; in lstcon_batrpc_prep()
681 batch = (lstcon_batch_t *)tsb; in lstcon_batrpc_prep()