Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c419 ulong_t chunkoff; in anon_get_next_ptr() local
446 chunkoff = i & ANON_CHUNK_OFF; in anon_get_next_ptr()
450 for (j = chunkoff; j < ANON_CHUNK_SIZE; j++) { in anon_get_next_ptr()
454 *index = i + (j - chunkoff); in anon_get_next_ptr()
458 chunkoff = 0; in anon_get_next_ptr()