count_count_stop 23 arch/mips/kernel/sync-r4k.c static atomic_t count_count_stop = ATOMIC_INIT(0); count_count_stop 52 arch/mips/kernel/sync-r4k.c atomic_set(&count_count_stop, 0); count_count_stop 71 arch/mips/kernel/sync-r4k.c while (atomic_read(&count_count_stop) != 1) count_count_stop 75 arch/mips/kernel/sync-r4k.c atomic_inc(&count_count_stop); count_count_stop 110 arch/mips/kernel/sync-r4k.c atomic_inc(&count_count_stop); count_count_stop 111 arch/mips/kernel/sync-r4k.c while (atomic_read(&count_count_stop) != 2) count_count_stop 26 arch/openrisc/kernel/sync-timer.c static atomic_t count_count_stop = ATOMIC_INIT(0); count_count_stop 55 arch/openrisc/kernel/sync-timer.c atomic_set(&count_count_stop, 0); count_count_stop 74 arch/openrisc/kernel/sync-timer.c while (atomic_read(&count_count_stop) != 1) count_count_stop 78 arch/openrisc/kernel/sync-timer.c atomic_inc(&count_count_stop); count_count_stop 113 arch/openrisc/kernel/sync-timer.c atomic_inc(&count_count_stop); count_count_stop 114 arch/openrisc/kernel/sync-timer.c while (atomic_read(&count_count_stop) != 2)