Searched refs:count_count_stop (Results 1 – 1 of 1) sorted by relevance
26 static atomic_t count_count_stop = ATOMIC_INIT(0); variable55 atomic_set(&count_count_stop, 0); in synchronise_count_master()74 while (atomic_read(&count_count_stop) != 1) in synchronise_count_master()78 atomic_inc(&count_count_stop); in synchronise_count_master()113 atomic_inc(&count_count_stop); in synchronise_count_slave()114 while (atomic_read(&count_count_stop) != 2) in synchronise_count_slave()