Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c514 anon_copy_ptr(struct anon_hdr *sahp, ulong_t s_idx, struct anon_hdr *dahp, in anon_copy_ptr() argument
521 ASSERT((s_idx < sahp->size) && (d_idx < dahp->size)); in anon_copy_ptr()
522 ASSERT((npages <= sahp->size) && (npages <= dahp->size)); in anon_copy_ptr()
528 (dahp->size <= ANON_CHUNK_SIZE)) || in anon_copy_ptr()
530 (dahp->flags & ANON_ALLOC_FORCE))) { in anon_copy_ptr()
532 bcopy(&sahp->array_chunk[s_idx], &dahp->array_chunk[d_idx], in anon_copy_ptr()
541 dahp->size > ANON_CHUNK_SIZE && in anon_copy_ptr()
543 ((dahp->flags & ANON_ALLOC_FORCE) == 0)) { in anon_copy_ptr()
559 dapp = &dahp->array_chunk[d_idx in anon_copy_ptr()
583 if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM) in anon_copy_ptr()