Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/vm/
H A Dvm_dep.c883 uint32_t color_start_current = 0; variable
899 old = color_start_current; in get_color_start()
901 } while (atomic_cas_32(&color_start_current, old, new) != old); in get_color_start()