Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_ratelimit.c106 int n_started = 0; in test_ratelimit_stress() local
116 n_started++; in test_ratelimit_stress()
122 for (i = 0; i < n_started; i++) { in test_ratelimit_stress()
129 if (n_started == n_stress_kthread) { in test_ratelimit_stress()
/linux/kernel/
H A Dscftorture.c141 static atomic_t n_started; variable
495 if (atomic_dec_return(&n_started)) in scftorture_invoker()
496 while (atomic_read_acquire(&n_started)) { in scftorture_invoker()
669 atomic_set(&n_started, nthreads); in scf_torture_init()