Searched refs:bl_total (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c602 return (cp->mc_full.bl_total == 0);
1055 if (--blp->bl_total < blp->bl_min)
1056 blp->bl_min = blp->bl_total;
1078 blp->bl_total++;
1196 cp->mc_full.bl_min = cp->mc_full.bl_total;
1198 cp->mc_empty.bl_min = cp->mc_empty.bl_total;
H A Duipc_mbuf.c819 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h127 u_int32_t bl_total; /* number of buckets */ member in struct:mcache_bktlist

Completed in 32 milliseconds