Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_anon.c549 ulong_t chknp; in anon_copy_ptr() local
555 chknp = ANON_CHUNK_SIZE - MAX(sapidx, dapidx); in anon_copy_ptr()
556 if (chknp > npages) in anon_copy_ptr()
557 chknp = npages; in anon_copy_ptr()
570 chknp << ANON_PTRSHIFT); in anon_copy_ptr()
572 s_idx += chknp; in anon_copy_ptr()
573 d_idx += chknp; in anon_copy_ptr()
574 npages -= chknp; in anon_copy_ptr()