Lines Matching refs:NVCACHE
36 #define NVCACHE 8 /* must be a power of 2 */ macro
84 #if NVCACHE
97 } entries[NVCACHE];
817 #if NVCACHE in nv_create()
1074 #if NVCACHE in nv_delete()
1077 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_delete()
1127 #if NVCACHE in nv_open()
1200 #if NVCACHE in nv_open()
1201 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_open()
1221 #if NVCACHE in nv_open()
1250 nvcache.index = (nvcache.index+1)&(NVCACHE-1); in nv_open()