Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/dev/
H A Dunix_startup.c80 int nbuf_hashelements = NBUF; variable
85 int nbuf_hashelements = 0; variable
152 if ((customnbuf == 0) && nbuf_hashelements == 0) { in bsd_startupearly()
153 nbuf_hashelements = (int)atop_kernel(sane_size / 50); in bsd_startupearly()
154 if ((unsigned int)nbuf_hashelements > 200000) { in bsd_startupearly()
155 nbuf_hashelements = 200000; in bsd_startupearly()
158 nbuf_hashelements = max_nbuf_headers; in bsd_startupearly()
/xnu-11417.121.6/bsd/sys/
H A Dbuf_internal.h294 extern int nbuf_hashelements; /* The number of elements in bufhash */
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c2192 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()