Searched refs:testidx (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 217 int lstcon_test_batch_query(char *name, int testidx, 223 int server, int testidx, int *index_p,
|
D | console.c | 922 int testidx, int *index_p, int *ndent_p, in lstcon_batch_info() argument 939 if (testidx > 0) { in lstcon_batch_info() 942 if (testidx-- == 1) in lstcon_batch_info() 946 if (testidx > 0) { in lstcon_batch_info() 1396 lstcon_test_batch_query(char *name, int testidx, int client, in lstcon_test_batch_query() argument 1414 if (testidx == 0) { in lstcon_test_batch_query() 1421 rc = lstcon_test_find(batch, testidx, &test); in lstcon_test_batch_query() 1423 CDEBUG(D_NET, "Can't find test: %d\n", testidx); in lstcon_test_batch_query() 1443 if (testidx == 0 && /* query a batch, not a test */ in lstcon_test_batch_query()
|
D | framework.c | 1070 sfw_query_batch(sfw_batch_t *tsb, int testidx, srpc_batch_reply_t *reply) in sfw_query_batch() argument 1074 if (testidx < 0) in sfw_query_batch() 1077 if (testidx == 0) { in sfw_query_batch() 1083 if (testidx-- > 1) in sfw_query_batch()
|
/linux-4.4.14/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 …]
|