Home
last modified time | relevance | path

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

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