Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dvm_pageout.c496 static kmutex_t pageout_mutex; /* held while pageout or schedpaging running */ variable
538 if (mutex_tryenter(&pageout_mutex)) { in schedpaging()
599 mutex_exit(&pageout_mutex); in schedpaging()
671 mutex_init(&pageout_mutex, NULL, MUTEX_DEFAULT, NULL); in pageout()
751 CALLB_CPR_INIT(&cprinfo, &pageout_mutex, callb_generic_cpr, "poscan"); in pageout_scanner()
752 mutex_enter(&pageout_mutex); in pageout_scanner()
779 cv_wait(&proc_pageout->p_cv, &pageout_mutex); in pageout_scanner()
780 CALLB_CPR_SAFE_END(&cprinfo, &pageout_mutex); in pageout_scanner()