Lines Matching defs:as
52 * The rss calculation for each process collective is as follows:
82 * The swap calculation for each collective is as follows:
157 #include <vm/as.h>
297 extern struct as kas;
854 * After merge, last pointer may point to a different bound, as (incoming)
889 * first and last may be modified, as bounds may be split into multiple
987 * Same as vmu_amp_update_incore_bounds(), except for tracking
1112 * Figure out if there is a shared object (such as a named vnode or
1128 * replication is typically capped as a small %
1190 /* Enter as writer to prevent COW anons from being freed */
1453 struct as *as;
1535 as = p->p_as;
1536 AS_LOCK_ENTER(as, RW_READER);
1537 for (seg = AS_SEGFIRST(as); seg != NULL;
1538 seg = AS_SEGNEXT(as, seg)) {
1541 AS_LOCK_EXIT(as);
1622 * for each process'es address space. Address space object such as
1790 * up VMUSAGE_ZONE result as VMUSAGE_SYSTEM result.