Home
last modified time | relevance | path

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

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