/* * When flushing a cluster of dirty pages, there can be different * strategies:
*/ #define FLUSH_SYNC 1/* file being synced, or contention */ #define FLUSH_STABLE 4/* commit to stable storage */ #define FLUSH_LOWPRI 8/* low priority background flush */ #define FLUSH_HIGHPRI 16/* high priority memory reclaim flush */ #define FLUSH_COND_STABLE 32/* conditional stable write - only stable
* if everything fits in one RPC */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.