Searched refs:testidx (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 222 int lstcon_test_batch_query(char *name, int testidx, 228 int server, int testidx, int *index_p,
|
D | console.c | 927 int server, int testidx, int *index_p, int *ndent_p, in lstcon_batch_info() argument 944 if (testidx > 0) { in lstcon_batch_info() 947 if (testidx-- == 1) in lstcon_batch_info() 951 if (testidx > 0) { in lstcon_batch_info() 1399 lstcon_test_batch_query(char *name, int testidx, int client, in lstcon_test_batch_query() argument 1417 if (!testidx) { 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() 1446 if (!testidx && in lstcon_test_batch_query()
|
D | framework.c | 1067 sfw_query_batch(struct sfw_batch *tsb, int testidx, struct srpc_batch_reply *reply) in sfw_query_batch() argument 1071 if (testidx < 0) in sfw_query_batch() 1074 if (!testidx) { in sfw_query_batch() 1080 if (testidx-- > 1) in sfw_query_batch()
|