Searched refs:lstcon_test_t (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 928 lstcon_test_t *test = NULL; in lstcon_batch_info() 1087 lstcon_test_t *test; in lstcon_batch_destroy() 1094 lstcon_test_t, tes_link); in lstcon_batch_destroy() 1102 LIBCFS_FREE(test, offsetof(lstcon_test_t, in lstcon_batch_destroy() 1139 lstcon_test_t *test; in lstcon_testrpc_condition() 1145 test = (lstcon_test_t *)arg; in lstcon_testrpc_condition() 1181 lstcon_test_nodes_add(lstcon_test_t *test, struct list_head *result_up) in lstcon_test_nodes_add() 1279 lstcon_test_t *test = NULL; in lstcon_test_add() 1305 LIBCFS_ALLOC(test, offsetof(lstcon_test_t, tes_param[paramlen])); in lstcon_test_add() 1352 LIBCFS_FREE(test, offsetof(lstcon_test_t, tes_param[paramlen])); in lstcon_test_add() [all …]
|
D | console.h | 128 } lstcon_test_t; /* a single test descriptor */ typedef
|
D | conrpc.c | 813 lstcon_test_t *test, lstcon_rpc_t **crpc) in lstcon_testrpc_prep() 1132 (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()
|