HomeSort by relevance Sort by last modified time
    Searched refs:test_limit (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/sched/pthreads/
pth_str02.c 69 int test_limit = 0; variable
89 if (test_limit) {
121 if (test_limit || (num < num_threads)) {
138 if (test_limit) {
181 test_limit++;
  /external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c 12 static int test_limit(void) function
45 ret += test_limit();
  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 176 for test_limit in sorted(accumulator.keys()):
178 test_limit, len(accumulator[test_limit]),
179 ', '.join(sorted(accumulator[test_limit])))
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 183 for test_limit in sorted(accumulator.keys()):
185 test_limit, len(accumulator[test_limit]),
186 ', '.join(sorted(accumulator[test_limit])))

Completed in 132 milliseconds