Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c516 struct anon_hdr *dahp, ulong_t d_idx, in anon_copy_ptr() argument
523 ASSERT((s_idx < sahp->size) && (d_idx < dahp->size)); in anon_copy_ptr()
524 ASSERT((npages <= sahp->size) && (npages <= dahp->size)); in anon_copy_ptr()
530 (dahp->size <= ANON_CHUNK_SIZE)) || in anon_copy_ptr()
532 (dahp->flags & ANON_ALLOC_FORCE))) { in anon_copy_ptr()
534 bcopy(&sahp->array_chunk[s_idx], &dahp->array_chunk[d_idx], in anon_copy_ptr()
543 dahp->size > ANON_CHUNK_SIZE && in anon_copy_ptr()
545 ((dahp->flags & ANON_ALLOC_FORCE) == 0)) { in anon_copy_ptr()
561 dapp = &dahp->array_chunk[d_idx in anon_copy_ptr()
585 if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM) in anon_copy_ptr()