Searched refs:mleft (Results 1 – 2 of 2) sorted by relevance
275 long mleft; in ssb_space() local280 mleft = ssb->ssb_mbmax - ssb->ssb_mbcnt; in ssb_space()281 return((bleft < mleft) ? bleft : mleft); in ssb_space()288 long mleft, mleft_prealloc; in ssb_space_prealloc() local298 mleft = ssb->ssb_mbmax - ssb->ssb_mbcnt; in ssb_space_prealloc()300 if (mleft_prealloc < mleft) in ssb_space_prealloc()301 mleft = mleft_prealloc; in ssb_space_prealloc()303 return((bleft < mleft) ? bleft : mleft); in ssb_space_prealloc()
198 int error, mleft, count; in mb_put_mem() local202 mleft = mbp->mb_mleft; in mb_put_mem()205 if (mleft == 0) { in mb_put_mem()209 mleft = M_TRAILINGSPACE(m); in mb_put_mem()212 cplen = mleft > size ? size : mleft; in mb_put_mem()218 dstlen = mleft; in mb_put_mem()242 mleft -= dstlen; in mb_put_mem()246 mbp->mb_mleft = mleft; in mb_put_mem()