Searched defs:ncache (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c102 db_pgno_t ncache; local
289 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
310 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h78 typedef struct ncache { struct
79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */
80 struct ncache *hash_prev;
130 kstat_named_t ncs_pick_free; /* found a free ncache */
131 kstat_named_t ncs_pick_heur; /* found ncache w/ NULL vpages */
132 kstat_named_t ncs_pick_last; /* found last ncache on chain */
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c219 int ncache, ncpu; local
225 ncache = md_alloc_scan_dag(mdp, md_root_node(mdp), "cache",
231 if (ncache < 1) {
235 for (i = 0; i < ncache; i++) {
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1601 static struct ncache { struct

Completed in 72 milliseconds