Searched refs:page_lock (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kpm.c | 271 if (page_lock(pp, SE_SHARED, (kmutex_t *)NULL, P_RECLAIM) == 0) in segkpm_mapout_validkpme()
|
H A D | page_lock.c | 243 page_lock(page_t *pp, se_t se, kmutex_t *lock, reclaim_t reclaim) in page_lock() function
|
H A D | page.h | 753 int page_lock(page_t *, se_t, kmutex_t *, reclaim_t);
|
H A D | vm_pvn.c | 908 if (!page_lock(pp, se, vphm, P_NO_RECLAIM)) in pvn_vplist_dirty()
|
H A D | vm_page.c | 2521 if (!page_lock(pp, SE_EXCL, phm, P_NO_RECLAIM)) { in page_create_va() 3302 if (!page_lock(pp, SE_EXCL, phm, P_RECLAIM)) { in page_rename() 4278 while (!page_lock(pp, se, (kmutex_t *)NULL, P_RECLAIM)) { in page_numtopp() 4306 while (!page_lock(pp, se, (kmutex_t *)NULL, P_NO_RECLAIM)) { in page_numtopp_noreclaim()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 302 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM); in balloon_init_new_pages() 314 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM); in balloon_init_new_pages()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ramdisk.c | 383 while (! page_lock(ppa[i], SE_EXCL, NULL, P_RECLAIM)) in rd_phys_free()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mem_config.c | 456 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM)) in kphysm_add_memory_dynamic() 2502 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM)) in memseg_remap_init_pages()
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 431 if (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_NO_RECLAIM)) { in page_numtopp_alloc()
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 73 page_lock.o \
|