Searched refs:page_lock (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kpm.c271 if (page_lock(pp, SE_SHARED, (kmutex_t *)NULL, P_RECLAIM) == 0)
H A Dpage.h54 * Types of page locking supported by page_lock & friends.
62 * For requesting that page_lock reclaim the page from the free list.
324 * list lock to page_lock(). If page_lock() can not acquire the page's
325 * lock, it will drop the list lock before going to sleep. page_lock()
752 int page_lock(page_t *, se_t, kmutex_t *, reclaim_t);
H A Dpage_lock.c243 page_lock(page_t *pp, se_t se, kmutex_t *lock, reclaim_t reclaim) function
H A Dvm_pvn.c913 * If the page_lock() drops the mutex
916 if (!page_lock(pp, se, vphm, P_NO_RECLAIM))
H A Dvm_page.c754 * next time, page_lock() will be called,
811 * page_lock(), is that page_lock() will pull the
1882 * with. The page_lock()-page_reclaim()
2500 if (!page_lock(pp, SE_EXCL, phm, P_NO_RECLAIM)) {
3275 * page_lock() needs to hold the passed in lock in the
3279 * PL_KEEP or PL_DROP, to let page_lock know what to do.
3281 if (!page_lock(pp, SE_EXCL, phm, P_RECLAIM)) {
4223 while (!page_lock(pp, se, (kmutex_t *)NULL, P_RECLAIM)) {
4251 while (!page_lock(p
[all...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c302 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM);
314 rv = page_lock(&page_array[i], SE_EXCL, NULL, P_NO_RECLAIM);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c130 if (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_NO_RECLAIM)) {
/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c383 while (! page_lock(ppa[i], SE_EXCL, NULL, P_RECLAIM))
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c455 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM))
2501 while (!page_lock(pp, SE_EXCL, (kmutex_t *)NULL, P_RECLAIM))
2626 * page_lock will not wait. The page_lock_delete call will

Completed in 1045 milliseconds