Searched refs:page_resv (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 373 if (page_resv(btop(size), KM_NOSLEEP) == 0) in boot_mapin() 883 if (page_resv(npages, vmflag & VM_KMFLAGS) == 0) { in segkmem_xalloc() 1150 if (page_resv(npages, vmflag & VM_KMFLAGS) == 0) { in segkmem_xalloc_lp()
|
H A D | seg_kp.c | 432 if (page_resv(pages, kmflag) == 0) { in segkp_get_internal() 1111 (void) page_resv(pages, KM_SLEEP); in segkp_load()
|
H A D | page.h | 767 int page_resv(pgcnt_t, uint_t);
|
H A D | vm_page.c | 3980 page_resv(pgcnt_t npages, uint_t flags) in page_resv() function
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_vm_dep.c | 446 if (page_resv(npages, vmflag & VM_KMFLAGS) == 0) { in contig_mem_span_alloc()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 522 if (page_resv(request, KM_NOSLEEP) == 0) { in balloon_dec_reservation()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pmem.c | 336 if (!page_resv(rpages, kflags)) in devmap_pmem_alloc()
|
H A D | ddi_impl.c | 1327 if (page_resv(pgcnt, (cansleep) ? KM_SLEEP : KM_NOSLEEP) == 0) { in contig_alloc()
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 1136 if (page_resv(npages, vmflag & VM_KMFLAGS) == 0) { in sfmmu_tsb_xalloc()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ramdisk.c | 320 if (!page_resv(npages, KM_NOSLEEP)) in rd_phys_alloc()
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 2783 if (!page_resv(extra, kflags)) in page_swap_with_hypervisor() 4053 if (page_resv(1, KM_NOSLEEP) == 0) in page_get_physical()
|
H A D | htable.c | 1529 if (page_resv(1, KM_NOSLEEP) == 0) in htable_attach()
|