Searched defs:page_retire (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-mca.h226 struct page_offline_action page_retire; member in union:mcinfo_recovery::__anon9287
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c51 * When page_retire() is called, it must be able to acquire locks, sleep, etc.
88 * and don't have a usable backing store, page_retire() can't do anything
113 * page_unlock() call. In particular, page_retire() can step in
116 * Of course, other functions besides page_retire() can have the
395 * Used by the page_retire code for common completion processing.
876 * - Tell page_retire() it's OK to start retiring pages.
905 if ((page_retire_ksp = kstat_create("unix", 0, "page_retire",
908 cmn_err(CE_WARN, "kstat_create for page_retire failed");
1013 * page_retire() - the front door in to retire a page.
1015 * Ideally, page_retire() woul
1030 page_retire(uint64_t pa, uchar_t reason) function
[all...]

Completed in 194 milliseconds