Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dscftorture.c138 static atomic_t n_started; variable
469 if (!atomic_dec_return(&n_started)) in scftorture_invoker()
470 while (atomic_read_acquire(&n_started)) { in scftorture_invoker()
638 atomic_set(&n_started, nthreads); in scf_torture_init()
/openbmc/linux/kernel/rcu/
H A Drefscale.c120 static atomic_t n_started; variable
833 if (!atomic_dec_return(&n_started)) in ref_scale_reader()
834 while (atomic_read_acquire(&n_started)) in ref_scale_reader()
962 atomic_set(&n_started, nreaders); in main_func()