Home
last modified time | relevance | path

Searched refs:ncache (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dpwcache.c27 static struct ncache { struct
34 register struct ncache *cp;
60 static struct ncache { struct
67 struct ncache *cp;
/original-bsd/lib/libc/db/btree/
H A Dbt_open.c69 pgno_t ncache; local
258 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
279 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)