Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/dev/ !
H A Dunix_startup.c75 int nbuf_hashelements = NBUF; variable
80 int nbuf_hashelements = 0; variable
147 if ((customnbuf == 0) && nbuf_hashelements == 0) { in bsd_startupearly()
148 nbuf_hashelements = (int)atop_kernel(sane_size / 50); in bsd_startupearly()
149 if ((unsigned int)nbuf_hashelements > 200000) { in bsd_startupearly()
150 nbuf_hashelements = 200000; in bsd_startupearly()
153 nbuf_hashelements = max_nbuf_headers; in bsd_startupearly()
/xnu-12377.61.12/bsd/sys/ !
H A Dbuf_internal.h299 extern int nbuf_hashelements; /* The number of elements in bufhash */
/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_bio.c2355 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()