Home
last modified time | relevance | path

Searched refs:lstcon_test_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c928 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 …]
Dconsole.h128 } lstcon_test_t; /* a single test descriptor */ typedef
Dconrpc.c813 lstcon_test_t *test, lstcon_rpc_t **crpc) in lstcon_testrpc_prep()
1132 (lstcon_test_t *)arg, &rpc); in lstcon_rpc_trans_ndlist()
Dconctl.c755 args->lstio_tes_param_len > PAGE_CACHE_SIZE - sizeof(lstcon_test_t))) in lst_test_add_ioctl()