Home
last modified time | relevance | path

Searched refs:maxcache (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/mpool/
HDmpool.c60 mpool_open(__unused void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() argument
85 mp->maxcache = maxcache; in mpool_open()
342 if (mp->curcache < mp->maxcache) in mpool_bkt()
460 mp->pagesize, mp->curcache, mp->maxcache); in mpool_stat()
/dragonfly/include/
HDmpool.h68 pgno_t maxcache; /* max number of cached pages */ member
/dragonfly/sys/kern/
HDsys_pipe.c117 SYSCTL_INT(_kern_pipe, OID_AUTO, maxcache,