Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c418 ulong_t chunkoff; in anon_get_next_ptr() local
445 chunkoff = i & ANON_CHUNK_OFF; in anon_get_next_ptr()
449 for (j = chunkoff; j < ANON_CHUNK_SIZE; j++) { in anon_get_next_ptr()
453 *index = i + (j - chunkoff); in anon_get_next_ptr()
457 chunkoff = 0; in anon_get_next_ptr()