Home
last modified time | relevance | path

Searched refs:PG_WAIT (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/uts/common/vm/
H A Dvm_page.c1477 if ((flags & (PG_WAIT | PG_NORMALPRI)) == PG_NORMALPRI) { in page_create_throttle()
1489 ((flags & (PG_WAIT | PG_PANIC)) == PG_PANIC) || in page_create_throttle()
1490 ((flags & (PG_WAIT | PG_PUSHPAGE)) == PG_PUSHPAGE)) in page_create_throttle()
1499 if ((flags & PG_WAIT) == 0) in page_create_throttle()
1584 if ((flags & PG_WAIT) == 0) { in page_create_wait()
2044 (void) page_create_wait(npgs, PG_WAIT); in page_alloc_pages()
2149 ASSERT((flags & ~(PG_EXCL | PG_WAIT | in page_create_va_large()
2178 if ((flags & (PG_NORELOC | PG_WAIT)) == (PG_NORELOC | PG_WAIT) && in page_create_va_large()
2280 if ((flags & PG_EXCL) == 0 && (flags & PG_WAIT) == 0) { in page_create_va()
2284 ASSERT((flags & ~(PG_EXCL | PG_WAIT | in page_create_va()
[all …]
H A Dseg_kp.c552 (flags & KPD_NOWAIT ? 0 : PG_WAIT) | PG_EXCL | in segkp_get_internal()
823 PAGESIZE, PG_WAIT | PG_EXCL, &kseg, red_va); in segkp_map_red()
H A Dseg_kmem.c841 pgflags |= PG_WAIT; in segkmem_page_create()
1114 pgflags |= PG_WAIT; in segkmem_page_create_large()
H A Dpage.h644 #define PG_WAIT 0x0002 /* Blocking memory allocations */ macro
H A Dvm_pvn.c147 PAGESIZE, PG_EXCL | PG_WAIT, seg, addr)) == NULL) in pvn_read_kluster()
H A Dvpm.c769 if ((pp = page_create_va(vp, off, PAGESIZE, PG_WAIT, in vpm_pagecreate()
H A Dseg_map.c1441 PAGESIZE, PG_WAIT, seg, addr)) == NULL) { in segmap_pagecreate()
2231 if ((pp = page_create_va(vp, off, PAGESIZE, PG_WAIT, in segmap_pagecreate_kpm()
H A Dvm_swap.c1584 pp = page_create_va(vp, off, PAGESIZE, PG_WAIT | PG_EXCL, in swapslot_free()
H A Dvm_anon.c2955 (void) page_create_wait(pg_cnt, PG_WAIT); in anon_map_createpages()
H A Dseg_dev.c4071 PG_NORELOC | PG_EXCL | PG_WAIT, &kseg, NULL); in segdev_init()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1946 if (!(flags & PG_WAIT) && freemem < desfree) in page_create_update_flags_x86()
2132 (void) create_contig_pfnlist(PG_WAIT); in call_create_contiglist()
2152 (flags & PG_WAIT) ? KM_SLEEP : KM_NOSLEEP); in create_contig_pfnlist()
2676 kflags = flags & PG_WAIT ? KM_SLEEP : KM_NOSLEEP; in page_swap_with_hypervisor()
3434 ASSERT((flags & ~(PG_EXCL | PG_WAIT | PG_PHYSCONTIG)) == 0); in page_create_io()
3547 if ((mattr != NULL) && (flags & PG_WAIT)) { in page_create_io()
/titanic_41/usr/src/uts/sparc/v9/vm/
H A Dseg_nf.c209 PG_WAIT | PG_NORELOC, &kseg, vaddr); in segnf_create()
/titanic_41/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c215 PG_WAIT | PG_EXCL | flag_noreloc, in swap_getapage()
/titanic_41/usr/src/uts/i86pc/os/
H A Dpmem.c307 pflags = flags & PMEM_NOSLEEP ? PG_EXCL : PG_WAIT; in devmap_pmem_alloc()
H A Dddi_impl.c1006 PG_EXCL | ((vmflag & VM_NOSLEEP) ? 0 : PG_WAIT), &kas, addr, arg)); in page_create_io_wrapper()
1346 pflag |= PG_WAIT; in contig_alloc()
/titanic_41/usr/src/uts/sun4/vm/
H A Dsfmmu.c1099 pgflags |= PG_WAIT; in sfmmu_tsb_page_create()
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c311 if ((pp = page_create(cvp, 0, 1, PG_WAIT)) == NULL) in trans_test_trypage()
322 if ((pp = page_create(cvp, 0, 1, PG_WAIT)) == NULL) in trans_test_trypage()
/titanic_41/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c432 pp = page_create_va(vp, off, len, PG_WAIT, seg, addr); in dc_getblock_miss()
/titanic_41/usr/src/uts/common/os/
H A Dmem_cage.c1260 if ((flags & PG_WAIT) == 0) { in kcage_create_throttle()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c1900 MMU_PAGESIZE, PG_WAIT | PG_EXCL, in startup_vm()
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1884 PAGESIZE, PG_WAIT, seg, addr)) == NULL) { in spec_getapage()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1861 PG_WAIT | PG_EXCL, seg, addr); in tmp_getapage()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2410 PAGESIZE, PG_WAIT, seg, addr)) == NULL) { in ud_getpage_miss()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3815 PAGESIZE, PG_WAIT, seg, addr)) == NULL) in nfs_getapage()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4549 PG_EXCL | PG_WAIT, seg, addr); in zfs_fillpage()

12