Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/
H A Dunix_startup.c78 int nbuf_hashelements = NBUF; variable
83 int nbuf_hashelements = 0; variable
124 if ((customnbuf == 0) && nbuf_hashelements == 0) { in bsd_startupearly()
125 nbuf_hashelements = (int)atop_kernel(sane_size / 50); in bsd_startupearly()
126 if ((unsigned int)nbuf_hashelements > 200000) { in bsd_startupearly()
127 nbuf_hashelements = 200000; in bsd_startupearly()
130 nbuf_hashelements = max_nbuf_headers; in bsd_startupearly()
/xnu-8019.80.24/bsd/sys/
H A Dbuf_internal.h291 extern int nbuf_hashelements; /* The number of elements in bufhash */
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c2165 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()