Searched refs:P_NO_RECLAIM (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | ecc.c | 274 P_NO_RECLAIM, SE_RETIRED); in ecc_page_zero()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 300 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM); in balloon_init_new_pages() 312 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM); in balloon_init_new_pages()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 130 if (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_NO_RECLAIM)) { in page_numtopp_alloc()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | page.h | 66 P_NO_RECLAIM /* DON`T reclaim the page */ enumerator
|
H A D | vm_pvn.c | 916 if (!page_lock(pp, se, vphm, P_NO_RECLAIM)) in pvn_vplist_dirty()
|
H A D | vm_page.c | 2500 if (!page_lock(pp, SE_EXCL, phm, P_NO_RECLAIM)) { in page_create_va() 4251 while (!page_lock(pp, se, (kmutex_t *)NULL, P_NO_RECLAIM)) { in page_numtopp_noreclaim()
|