Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDpwcache.c50 static struct ncache { in user_from_uid() struct
57 struct ncache *cp; in user_from_uid()
85 static struct ncache { in group_from_gid() struct
92 struct ncache *cp; in group_from_gid()
/freebsd-11-stable/sys/geom/bde/
HDg_bde_work.c195 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()
HDg_bde.h140 u_int ncache; member
/freebsd-11-stable/lib/libc/db/btree/
HDbt_open.c98 pgno_t ncache; in __bt_open() local
280 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()