Searched refs:count_count_stop (Results 1 – 1 of 1) sorted by relevance
25 static atomic_t __cpuinitdata count_count_stop = ATOMIC_INIT(0); variable77 atomic_set(&count_count_stop, 0); in synchronise_count_master()92 while (atomic_read(&count_count_stop) != nslaves) in synchronise_count_master()96 atomic_inc(&count_count_stop); in synchronise_count_master()151 atomic_inc(&count_count_stop); in synchronise_count_slave()152 while (atomic_read(&count_count_stop) != ncpus) in synchronise_count_slave()