Searched refs:ncache (Results 1 – 4 of 4) sorted by relevance
50 static struct ncache { in user_from_uid() struct57 struct ncache *cp; in user_from_uid()85 static struct ncache { in group_from_gid() struct92 struct ncache *cp; in group_from_gid()
197 sc->ncache--; in g_bde_purge_one_sector()244 sc->ncache++; in g_bde_get_keysector()312 n = sc->ncache / fraction + 1; in g_bde_purge_sector()317 if (n > sc->ncache) in g_bde_purge_sector()318 n = sc->ncache; in g_bde_purge_sector()325 sc->ncache--; in g_bde_purge_sector()664 KASSERT(sc->ncache == 0, ("Dead but %d cache remaining", sc->ncache)); in g_bde_worker()
142 u_int ncache; member
100 pgno_t ncache; in __bt_open() local282 ncache = howmany(b.cachesize, t->bt_psize); in __bt_open()303 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) in __bt_open()