Lines Matching defs:as
67 #include <vm/as.h>
278 * There a four queues, used as follows:
533 * panic CPU does lzjb compression (it is tagged as MAINHELPER.)
993 /* Allocate memory for as many helpers as we can. */
1227 * if it's not being used as swap.
1367 dump_addpage(struct as *as, void *va, pfn_t pfn)
1378 mem_vtop.m_as = as;
1404 * Dump the <as, va, pfn> information for a given address space.
1408 dump_as(struct as *as)
1412 AS_LOCK_ENTER(as, RW_READER);
1413 for (seg = AS_SEGFIRST(as); seg; seg = AS_SEGNEXT(as, seg)) {
1414 if (seg->s_as != as)
1420 AS_LOCK_EXIT(as);
1424 (void *)seg, (void *)as);
2170 * as helpers working in parallel to copy and compress memory
2232 * These run as a system task.
3008 * This function is called whenever the memory size, as represented