Searched defs:chunkoff (Results 1 - 1 of 1) sorted by relevance

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

Completed in 51 milliseconds