Annotation of researchv9/sys.vax/h/vadvise.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Parameters to vadvise() to tell system of particular paging
                      3:  * behaviour:
                      4:  *     VA_NORM         Normal strategy
                      5:  *     VA_ANOM         Sampling page behaviour is not a win, don't bother
                      6:  *                     Suitable during GCs in LISP, or sequential or random
                      7:  *                     page referencing.
                      8:  */
                      9: #define        VA_NORM 0
                     10: #define        VA_ANOM 1
                     11: #define        VA_SEQL 2

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.