Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching full:n_cache

1044    the results thereof, to save time.  With N_CACHE of 63 we get a hit
1048 might be different from 12. Really "(a >> 12) % N_CACHE" is merely
1080 # define N_CACHE 131 /*prime*/
1081 static Addr cache_pageno[N_CACHE];
1082 static Int cache_segidx[N_CACHE];
1098 for (ix = 0; ix < N_CACHE; ix++) {
1105 ix = (a >> 12) % N_CACHE;
1123 # undef N_CACHE