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

/linux-master/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);
74 while (atomic_read(&count_count_stop) != 1)
78 atomic_inc(&count_count_stop);
113 atomic_inc(&count_count_stop);
114 while (atomic_read(&count_count_stop) != 2)
/linux-master/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);
71 while (atomic_read(&count_count_stop) != 1)
75 atomic_inc(&count_count_stop);
113 atomic_inc(&count_count_stop);
114 while (atomic_read(&count_count_stop) != 2)

Completed in 213 milliseconds