Searched refs:testidx (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 215 extern int lstcon_test_batch_query(char *name, int testidx, 221 int server, int testidx, int *index_p,
|
D | console.c | 923 int testidx, int *index_p, int *ndent_p, in lstcon_batch_info() argument 940 if (testidx > 0) { in lstcon_batch_info() 943 if (testidx-- == 1) in lstcon_batch_info() 947 if (testidx > 0) { in lstcon_batch_info() 1398 lstcon_test_batch_query(char *name, int testidx, int client, in lstcon_test_batch_query() argument 1416 if (testidx == 0) { in lstcon_test_batch_query() 1423 rc = lstcon_test_find(batch, testidx, &test); in lstcon_test_batch_query() 1425 CDEBUG(D_NET, "Can't find test: %d\n", testidx); in lstcon_test_batch_query() 1445 if (testidx == 0 && /* query a batch, not a test */ in lstcon_test_batch_query()
|
D | framework.c | 1076 sfw_query_batch (sfw_batch_t *tsb, int testidx, srpc_batch_reply_t *reply) in sfw_query_batch() argument 1080 if (testidx < 0) in sfw_query_batch() 1083 if (testidx == 0) { in sfw_query_batch() 1089 if (testidx-- > 1) in sfw_query_batch()
|