Searched defs:acache (Results 1 – 2 of 2) sorted by relevance
52 typedef struct acache { struct53 struct acache *next; /* next and prev must be first */ argument54 struct acache *prev; argument59 struct acache *list; argument60 struct acache_hash *hashq; argument
157 static acache_hash_t *acache; variable