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

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c611 return (cp->mc_full.bl_total == 0);
1070 if (--blp->bl_total < blp->bl_min)
1071 blp->bl_min = blp->bl_total;
1093 blp->bl_total++;
1211 cp->mc_full.bl_min = cp->mc_full.bl_total;
1213 cp->mc_empty.bl_min = cp->mc_empty.bl_total;
H A Duipc_mbuf.c968 sp->mbcl_mc_cached += (cp->mc_full.bl_total * bktsize);
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h166 u_int32_t bl_total; /* number of buckets */ member in struct:mcache_bktlist

Completed in 35 milliseconds