Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dpwcache.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-12-stable/sys/geom/bde/
Dg_bde_work.c197 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()
Dg_bde.h142 u_int ncache; member
/freebsd-12-stable/lib/libc/db/btree/
Dbt_open.c100 pgno_t ncache; in __bt_open() local
282 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()