Searched refs:acache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h47 struct acache *next; /* next and prev must be first */
48 struct acache *prev;
52 typedef struct acache { struct
53 struct acache *next; /* next and prev must be first */
54 struct acache *prev;
59 struct acache *list;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c157 static acache_hash_t *acache; variable
3155 hp = &acache[acachehash(rp, cr)];
3195 hp = &acache[acachehash(rp, cr)];
3487 acache = kmem_alloc(acachesize * sizeof (*acache), KM_SLEEP);
3489 acache[i].next = (acache_t *)&acache[i];
3490 acache[i].prev = (acache_t *)&acache[i];
3491 rw_init(&acache[
[all...]

Completed in 64 milliseconds