Home
last modified time | relevance | path

Searched refs:bt_minbuf (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dmcache.h149 size_t bt_minbuf; /* all smaller buffers qualify */ member
/xnu-10002.1.13/bsd/kern/
H A Dmcache.c371 for (btp = mcache_bkttype; chunksize <= btp->bt_minbuf; btp++) { in mcache_create_common()