Home
last modified time | relevance | path

Searched refs:per_cpu_test_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/lib/
Dtest_vmalloc.c431 per_cpu_test_data[NR_CPUS][ARRAY_SIZE(test_case_array)]; variable
493 per_cpu_test_data[t->cpu][index].test_passed++; in test_func()
495 per_cpu_test_data[t->cpu][index].test_failed++; in test_func()
504 per_cpu_test_data[t->cpu][index].time = delta; in test_func()
526 memset(per_cpu_test_data, 0, sizeof(per_cpu_test_data)); in init_test_configurtion()
598 per_cpu_test_data[cpu][i].test_passed, in do_concurrent_test()
599 per_cpu_test_data[cpu][i].test_failed, in do_concurrent_test()
601 per_cpu_test_data[cpu][i].time); in do_concurrent_test()