Home
last modified time | relevance | path

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

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