Searched defs:ncache (Results 1 – 4 of 4) sorted by relevance
78 typedef struct ncache { struct79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ argument80 struct ncache *hash_prev; argument86 } ncache_t; argument
102 db_pgno_t ncache; local
1601 static struct ncache { struct1602 int id;1603 char name[NMAX+1];
219 int ncache, ncpu; in setup_chip_mappings() local