Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/kernel/
H A Dsync-timer.c26 static atomic_t count_count_stop = ATOMIC_INIT(0); variable
55 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()
/openbmc/linux/arch/mips/kernel/
H A Dsync-r4k.c23 static atomic_t count_count_stop = ATOMIC_INIT(0); variable
52 atomic_set(&count_count_stop, 0); in synchronise_count_master()
71 while (atomic_read(&count_count_stop) != 1) in synchronise_count_master()
75 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()