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()
195 sc->ncache--; in g_bde_purge_one_sector()242 sc->ncache++; in g_bde_get_keysector()310 n = sc->ncache / fraction + 1; in g_bde_purge_sector()315 if (n > sc->ncache) in g_bde_purge_sector()316 n = sc->ncache; in g_bde_purge_sector()323 sc->ncache--; in g_bde_purge_sector()662 KASSERT(sc->ncache == 0, ("Dead but %d cache remaining", sc->ncache)); in g_bde_worker()
140 u_int ncache; member
98 pgno_t ncache; in __bt_open() local280 ncache = howmany(b.cachesize, t->bt_psize); in __bt_open()301 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) in __bt_open()