Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c822 uint32_t color_start_current = 0; variable
838 old = color_start_current; in get_color_start()
840 } while (atomic_cas_32(&color_start_current, old, new) != old); in get_color_start()