Lines Matching +full:- +full:35000
1 // SPDX-License-Identifier: GPL-2.0
102 return -1; in random_size_align_alloc_test()
125 return -1; in align_shift_alloc_test()
143 return -1; in fix_align_alloc_test()
162 return -1; in random_size_alloc_test()
175 int rv = -1; in long_busy_list_alloc_test()
218 int rv = -1; in full_fit_alloc_test()
277 return -1; in fix_size_alloc_test()
296 pcpu = vmalloc(sizeof(void __percpu *) * 35000); in pcpu_alloc_test()
298 return -1; in pcpu_alloc_test()
300 for (i = 0; i < 35000; i++) { in pcpu_alloc_test()
310 rv = -1; in pcpu_alloc_test()
313 for (i = 0; i < 35000; i++) in pcpu_alloc_test()
335 return -1; in kvfree_rcu_1_arg_vmalloc_test()
337 p->array[0] = 'a'; in kvfree_rcu_1_arg_vmalloc_test()
353 return -1; in kvfree_rcu_2_arg_vmalloc_test()
355 p->array[0] = 'a'; in kvfree_rcu_2_arg_vmalloc_test()
374 return -1; in vm_map_ram_test()
435 for (i = n - 1; i > 0; i--) { in shuffle_array()
463 t->start = get_cycles(); in test_func()
476 t->data[index].test_passed++; in test_func()
478 t->data[index].test_failed++; in test_func()
487 t->data[index].time = delta; in test_func()
489 t->stop = get_cycles(); in test_func()
507 * A maximum number of workers is defined as hard-coded in init_test_configurtion()
516 return -1; in init_test_configurtion()
546 t->task = kthread_run(test_func, t, "vmalloc_test/%d", i); in do_concurrent_test()
548 if (!IS_ERR(t->task)) in do_concurrent_test()
574 if (!IS_ERR(t->task)) in do_concurrent_test()
575 kthread_stop(t->task); in do_concurrent_test()
584 t->data[j].test_passed, in do_concurrent_test()
585 t->data[j].test_failed, in do_concurrent_test()
587 t->data[j].time); in do_concurrent_test()
591 i, t->stop - t->start); in do_concurrent_test()
600 return -EAGAIN; /* Fail will directly unload the module */ in vmalloc_test_init()