/titanic_41/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 194 #define LOOPPAGES total_pages 765 if (handspreadpages >= total_pages) in pageout_scanner() 766 fronthand = page_nextn(backhand, total_pages - 1); in pageout_scanner() 789 if (handspreadpages >= total_pages) in pageout_scanner() 790 fronthand = page_nextn(backhand, total_pages - 1); in pageout_scanner() 808 nscan_limit = total_pages; in pageout_scanner()
|
H A D | mem_config.c | 505 total_pages += npgs; in kphysm_add_memory_dynamic() 2695 ASSERT(npgs < total_pages); in kphysm_del_cleanup() 2696 total_pages -= npgs; in kphysm_del_cleanup()
|
H A D | mem_cage.c | 1125 kcage_lotsfree = MAX(32, total_pages / 256); in kcage_recalc_thresholds()
|
H A D | kstat_fr.c | 914 system_pages_kstat.pagestotal.value.ul = (ulong_t)total_pages; in system_pages_kstat_update()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_rm.c | 93 ulong_t total = total_pages; in rm_pctmemory()
|
H A D | page.h | 672 extern pgcnt_t total_pages; /* total pages in the system */
|
H A D | vm_page.c | 83 pgcnt_t total_pages = 0; /* total number of pages (used by /proc) */ variable 466 set_max_page_get(total_pages - pending_delete); in page_mem_config_post_add() 479 set_max_page_get(total_pages - nv); in page_mem_config_pre_del() 493 set_max_page_get(total_pages - nv); in page_mem_config_post_del() 581 total_pages += num; in add_physmem() 582 set_max_page_get(total_pages); in add_physmem()
|
H A D | seg_vn.c | 8699 page_limit = (total_pages >> 1) + (total_pages >> 3); in segvn_vpage()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fsflush.c | 145 if (total_pages != last_total_pages) { in fsflush_do_pages() 146 last_total_pages = total_pages; in fsflush_do_pages()
|
/titanic_41/usr/src/uts/sun4u/starfire/os/ |
H A D | starfire.c | 147 extern pgcnt_t total_pages; in set_platform_cage_params() 154 MAX(starfire_startup_cage_size, total_pages / 256); in set_platform_cage_params()
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bio.c | 934 static int total_pages, total_pages_combined, total_norm; in sd_start_io() local 956 total_pages += hook->PAGE_IO; in sd_start_io() 1040 total_pages, total_pages_combined, total_norm, in sd_start_io() 1044 total_pages = 0; in sd_start_io()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 500 pgcnt_t total_pages, physmem; in memstat() local 532 if (mdb_readvar(&total_pages, "total_pages") == -1) { in memstat() 577 #define MS_PCT_TOTAL(x) ((ulong_t)((((5 * total_pages) + ((x) * 1000ull))) / \ in memstat() 648 if (physmem != total_pages) { in memstat() 650 total_pages, in memstat() 651 (uint64_t)total_pages * PAGESIZE / (1024 * 1024)); in memstat()
|
/titanic_41/usr/src/uts/sun4u/starcat/os/ |
H A D | starcat.c | 200 extern pgcnt_t total_pages; in set_platform_cage_params() 207 MAX(starcat_startup_cage_size, total_pages / 256); in set_platform_cage_params()
|
/titanic_41/usr/src/uts/common/xen/public/ |
H A D | sysctl.h | 99 uint64_aligned_t total_pages; member
|
/titanic_41/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 261 extern pgcnt_t total_pages; in set_platform_cage_params() 268 MAX(serengeti_minimum_cage_size, total_pages / 256); in set_platform_cage_params()
|
/titanic_41/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 268 extern pgcnt_t total_pages; in set_platform_cage_params() 275 MAX(serengeti_minimum_cage_size, total_pages / 256); in set_platform_cage_params()
|
/titanic_41/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 356 extern pgcnt_t total_pages; in set_platform_cage_params() 364 total_pages / 256); in set_platform_cage_params()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | pmem.c | 303 if (npages == 0 || npages >= total_pages / 2) in devmap_pmem_alloc()
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1383 return ((pgcnt_t)pi.total_pages); in xpv_nr_phys_pages()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | spoolss_svc.c | 928 pinfo0->total_pages = 21495865; in spoolss_s_GetPrinter()
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 188 DWORD total_pages;
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | startup.c | 581 kcage_range_init(phys_avail, KCAGE_DOWN, total_pages / 256); in setup_cage_params()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 3582 size_t total_pages = seg_pages(seg); in pr_pagev_create() local 3589 pagev->pg_npages = MIN(total_pages, pagev_lim); in pr_pagev_create()
|