Home
last modified time | relevance | path

Searched refs:kcage_on (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c246 int kcage_on = 0; variable
293 ASSERT(kcage_on); in kcage_current_pfn()
914 ASSERT(!kcage_on); in kcage_init()
996 kcage_on = 1; in kcage_init()
1161 if (kcage_on) { in kcage_cageout_init()
1229 ASSERT(kcage_on); in kcage_create_throttle()
1479 while (kcage_on && nf < wanted) { in kcage_expand()
1711 if (!kcage_on) in kcage_cageout()
1823 if (kcage_on && kcage_cageout_ready) in kcage_cageout()
1867 if (kcage_on && kcage_cageout_ready) in kcage_tick()
H A Dmem_config_stubs.c36 int kcage_on; variable
H A Dvm_pageout.c817 if (kcage_on && (kcage_freemem < kcage_desfree || kcage_needfree)) in schedpaging()
/illumos-gate/usr/src/uts/common/sys/
H A Dmem_cage.h47 extern int kcage_on;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c190 extern int kcage_on; in less_pages()
227 if (kcage_on) { in less_pages()
H A Dstartup.c579 if (kcage_on) { in setup_cage_params()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_mem_acpi.c64 extern int kcage_on;
331 msp->ms_cage_enabled = kcage_on; in dr_mem_status()
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c155 extern int kcage_on; in swap_getapage()
186 if (!PP_ISNORELOC(pp) && kcage_on) { in swap_getapage()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_stat.c161 if (!kcage_on) in ac_mem_stat()
H A Dac_del.c459 if (!kcage_on) { in ac_del_memory()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2977 ASSERT(!kcage_on || PP_ISNORELOC(pp) || in page_get_mnode_freelist()
3474 if (kcage_on) { in page_geti_contig_pages()
3707 if (kcage_on) { in page_get_freelist()
3806 (kcage_on || pg_lpgcreate_nocage || szc == 0) && in page_get_freelist()
3855 if (!kcage_on) { in page_get_cachelist()
4025 ASSERT(!kcage_on || in page_get_mnode_cachelist()
4121 ASSERT(kcage_on); in page_get_replacement_page()
4125 ASSERT(kcage_on); in page_get_replacement_page()
H A Dvm_page.c1563 ASSERT(!kcage_on ? !(flags & PG_NORELOC) : 1); in page_create_wait()
1868 for (count = 0; kcage_on || count < MAX_PCGS; count++) { in page_create_get_something()
1879 if (!locked && (!kcage_on || !(flags & PG_NORELOC))) { in page_create_get_something()
2166 if (!kcage_on || panicstr) { in page_create_va_large()
2232 if (kcage_on && (flags & PG_NORELOC) && !PP_ISNORELOC(rootpp)) { in page_create_va_large()
2319 if (!kcage_on || panicstr) { in page_create_va()
H A Dseg_kmem.c400 if (kcage_on && !PP_ISNORELOC(pp)) { in boot_mapin()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c65 extern int kcage_on;
765 msp->ms_cage_enabled = kcage_on; in dr_mem_status()
1461 } else if (!kcage_on) { in dr_pre_release_mem()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c63 extern int kcage_on;
748 msp->ms_cage_enabled = kcage_on; in dr_mem_status()
1574 } else if (!kcage_on) { in dr_pre_release_mem()
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c290 if (!kcage_on) in set_platform_cage_params()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c283 if (!kcage_on) in set_platform_cage_params()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c388 if (kcage_on) in set_platform_cage_params()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c821 extern int kcage_on; in sbd_pre_release_mem()
831 if (kcage_on == 0) { in sbd_pre_release_mem()
H A Dsbd.c4041 extern int kcage_on; in sbd_mem_status()
4107 msp->ms_cage_enabled = kcage_on; in sbd_mem_status()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6762 if (!kcage_on || PP_ISNORELOC(*target)) { in hat_page_relocate()