Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dsync-r4k.c25 static atomic_t __cpuinitdata count_count_stop = ATOMIC_INIT(0); variable
77 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()