Searched refs:lstcon_test_t (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 929 lstcon_test_t *test = NULL; in lstcon_batch_info() 1088 lstcon_test_t *test; in lstcon_batch_destroy() 1095 lstcon_test_t, tes_link); in lstcon_batch_destroy() 1103 LIBCFS_FREE(test, offsetof(lstcon_test_t, in lstcon_batch_destroy() 1140 lstcon_test_t *test; in lstcon_testrpc_condition() 1146 test = (lstcon_test_t *)arg; in lstcon_testrpc_condition() 1182 lstcon_test_nodes_add(lstcon_test_t *test, struct list_head *result_up) in lstcon_test_nodes_add() 1281 lstcon_test_t *test = NULL; in lstcon_test_add() 1307 LIBCFS_ALLOC(test, offsetof(lstcon_test_t, tes_param[paramlen])); in lstcon_test_add() 1354 LIBCFS_FREE(test, offsetof(lstcon_test_t, tes_param[paramlen])); in lstcon_test_add() [all …]
|
D | console.h | 125 } lstcon_test_t; /*** a single test descriptor */ typedef
|
D | conrpc.c | 813 lstcon_test_t *test, lstcon_rpc_t **crpc) in lstcon_testrpc_prep() 1129 (lstcon_test_t *)arg, &rpc); in lstcon_rpc_trans_ndlist()
|
D | conctl.c | 755 args->lstio_tes_param_len > PAGE_CACHE_SIZE - sizeof(lstcon_test_t))) in lst_test_add_ioctl()
|