Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscftorture.c139 static atomic_t n_started; variable
470 if (!atomic_dec_return(&n_started)) in scftorture_invoker()
471 while (atomic_read_acquire(&n_started)) { in scftorture_invoker()
639 atomic_set(&n_started, nthreads); in scf_torture_init()
/linux/kernel/rcu/
H A Drefscale.c122 static atomic_t n_started; variable
835 if (!atomic_dec_return(&n_started)) in ref_scale_reader()
836 while (atomic_read_acquire(&n_started)) in ref_scale_reader()
966 atomic_set(&n_started, nreaders); in main_func()