Searched refs:testidx (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 218 extern int lstcon_test_batch_query(char *name, int testidx, 224 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() 1397 lstcon_test_batch_query(char *name, int testidx, int client, in lstcon_test_batch_query() argument 1415 if (testidx == 0) { in lstcon_test_batch_query() 1422 rc = lstcon_test_find(batch, testidx, &test); in lstcon_test_batch_query() 1424 CDEBUG(D_NET, "Can't find test: %d\n", testidx); in lstcon_test_batch_query() 1444 if (testidx == 0 && /* query a batch, not a test */ in lstcon_test_batch_query()
|
D | framework.c | 1074 sfw_query_batch(sfw_batch_t *tsb, int testidx, srpc_batch_reply_t *reply) in sfw_query_batch() argument 1078 if (testidx < 0) in sfw_query_batch() 1081 if (testidx == 0) { in sfw_query_batch() 1087 if (testidx-- > 1) in sfw_query_batch()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 1058 testidx = -1 1072 testidx += 1 1073 parseStamp(m, testrun[testidx].data) 1079 if(testidx < 0): 1085 testrun[testidx].setTracerType(tracer) 1088 m = re.match(testrun[testidx].ftrace_line_fmt, line) 1095 if(testrun[testidx].cgformat): 1108 data = testrun[testidx].data 1109 if(not testrun[testidx].inthepipe): 1113 testrun[testidx].inthepipe = True [all …]
|