Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/dev/
H A Dunix_startup.c78 int nbuf_hashelements = NBUF; variable
83 int nbuf_hashelements = 0; variable
153 if ((customnbuf == 0) && nbuf_hashelements == 0) { in bsd_startupearly()
154 nbuf_hashelements = (int)atop_kernel(sane_size / 50); in bsd_startupearly()
155 if ((unsigned int)nbuf_hashelements > 200000) { in bsd_startupearly()
156 nbuf_hashelements = 200000; in bsd_startupearly()
159 nbuf_hashelements = max_nbuf_headers; in bsd_startupearly()
/xnu-8796.121.2/bsd/sys/
H A Dbuf_internal.h292 extern int nbuf_hashelements; /* The number of elements in bufhash */
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_bio.c2172 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()