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

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

Completed in 61 milliseconds