Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscftorture.c141 static atomic_t n_started; variable
499 if (!atomic_dec_return(&n_started)) in scftorture_invoker()
500 while (atomic_read_acquire(&n_started)) { in scftorture_invoker()
673 atomic_set(&n_started, nthreads); in scf_torture_init()
/linux/kernel/rcu/
H A Drefscale.c126 static atomic_t n_started; variable
914 if (!atomic_dec_return(&n_started)) in ref_scale_reader()
915 while (atomic_read_acquire(&n_started)) in ref_scale_reader()
1046 atomic_set(&n_started, nreaders); in main_func()