Searched refs:count_count_stop (Results 1 – 1 of 1) sorted by relevance
22 static atomic_t count_count_stop = ATOMIC_INIT(0); variable63 atomic_set(&count_count_stop, 0); in synchronise_count_master()78 while (atomic_read(&count_count_stop) != 1) in synchronise_count_master()82 atomic_inc(&count_count_stop); in synchronise_count_master()125 atomic_inc(&count_count_stop); in synchronise_count_slave()126 while (atomic_read(&count_count_stop) != 2) in synchronise_count_slave()