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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c155 * but before the callback is added another thread executes as_unmap.
1290 as_unmap(struct as *as, caddr_t addr, size_t size) function
1711 (void) as_unmap(as, addr, size);
1721 (void) as_unmap(as, addr, size);
1739 * Add size now so as_unmap will work if as_ctl fails.
1757 (void) as_unmap(as, addr, size);
2935 * as_unmap, as_setprot or as_free would do.

Completed in 68 milliseconds