Home
last modified time | relevance | path

Searched refs:P_RECLAIM (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dseg_kpm.c271 if (page_lock(pp, SE_SHARED, (kmutex_t *)NULL, P_RECLAIM) == 0) in segkpm_mapout_validkpme()
H A Dpage_lock.c323 if ((reclaim == P_RECLAIM) && (PP_ISFREE(pp))) { in page_lock_es()
H A Dpage.h65 P_RECLAIM, /* reclaim page from free list */ enumerator
H A Dvm_page.c776 if (!page_lock_es(pp, se, phm, P_RECLAIM, es)) { in page_lookup_create()
3292 if (!page_lock(pp, SE_EXCL, phm, P_RECLAIM)) { in page_rename()
4234 while (!page_lock(pp, se, (kmutex_t *)NULL, P_RECLAIM)) { in page_numtopp()
/titanic_41/usr/src/uts/common/io/
H A Dramdisk.c383 while (! page_lock(ppa[i], SE_EXCL, NULL, P_RECLAIM)) in rd_phys_free()
/titanic_41/usr/src/uts/common/os/
H A Dmem_config.c455 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM)) in kphysm_add_memory_dynamic()
2501 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM)) in memseg_remap_init_pages()