Print this page
6583 remove whole-process swapping

*** 25,36 **** */ #ifndef _VM_SEG_KP_H #define _VM_SEG_KP_H - #pragma ident "%Z%%M% %I% %E% SMI" - /* * segkp (as in kernel pageable) is a segment driver that supports allocation * of page-aligned variable size of vm resources. * * Each vm resource represents a page-aligned range of virtual addresses. --- 25,34 ----
*** 141,151 **** uint_t flags); void segkp_cache_free(); caddr_t segkp_cache_get(void *cookie); int segkp_map_red(void); void segkp_unmap_red(void); - size_t swapsize(caddr_t v); /* Special currently only used by schedctl. */ struct anon_map; /* Make the compiler happy about the next line. */ caddr_t segkp_get_withanonmap(struct seg *, size_t, uint_t, struct anon_map *); --- 139,148 ----