Searched refs:bl_min (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1101 if (--blp->bl_total < blp->bl_min)
1102 blp->bl_min = blp->bl_total;
1241 cp->mc_full.bl_reaplimit = cp->mc_full.bl_min;
1242 cp->mc_full.bl_min = cp->mc_full.bl_total;
1243 cp->mc_empty.bl_reaplimit = cp->mc_empty.bl_min;
1244 cp->mc_empty.bl_min = cp->mc_empty.bl_total;
1259 reap = MIN(cp->mc_full.bl_reaplimit, cp->mc_full.bl_min);
1264 reap = MIN(cp->mc_empty.bl_reaplimit, cp->mc_empty.bl_min);
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h226 u_int32_t bl_min; /* min since last update */ member in struct:mcache_bktlist

Completed in 9 milliseconds