Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c515 anon_copy_ptr(struct anon_hdr *sahp, ulong_t s_idx, in anon_copy_ptr() argument
523 ASSERT((s_idx < sahp->size) && (d_idx < dahp->size)); in anon_copy_ptr()
534 bcopy(&sahp->array_chunk[s_idx], &dahp->array_chunk[d_idx], in anon_copy_ptr()
553 sapidx = s_idx & ANON_CHUNK_OFF; in anon_copy_ptr()
559 sapp = &sahp->array_chunk[s_idx >> ANON_CHUNK_SHIFT]; in anon_copy_ptr()
572 s_idx += chknp; in anon_copy_ptr()
583 if ((ap = anon_get_ptr(sahp, s_idx)) != NULL) { in anon_copy_ptr()
584 ASSERT(!ANON_ISBUSY(anon_get_slot(sahp, s_idx))); in anon_copy_ptr()
588 s_idx++; in anon_copy_ptr()