Searched refs:count_count_stop (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
H A Dsync-r4k.c22 static atomic_t count_count_stop = ATOMIC_INIT(0); variable
63 atomic_set(&count_count_stop, 0); synchronise_count_master()
78 while (atomic_read(&count_count_stop) != 1) synchronise_count_master()
82 atomic_inc(&count_count_stop); synchronise_count_master()
125 atomic_inc(&count_count_stop); synchronise_count_slave()
126 while (atomic_read(&count_count_stop) != 2) synchronise_count_slave()

Completed in 38 milliseconds