Searched refs:mleft (Results 1 – 3 of 3) sorted by relevance
200 int cplen, error, mleft, count; in mb_put_mem() local204 mleft = mbp->mb_mleft; in mb_put_mem()207 if (mleft == 0) { in mb_put_mem()212 mleft = M_TRAILINGSPACE(m); in mb_put_mem()215 cplen = mleft > size ? size : mleft; in mb_put_mem()221 dstlen = mleft; in mb_put_mem()245 mleft -= dstlen; in mb_put_mem()249 mbp->mb_mleft = mleft; in mb_put_mem()
1126 u_int bleft, mleft; in uipc_dgram_sbspace() local1140 mleft = sb->sb_mbmax - sb->uxdg_mbcnt; in uipc_dgram_sbspace()1142 return (bleft >= cc && mleft >= mbcnt); in uipc_dgram_sbspace()
284 int bleft, mleft; /* size should match sockbuf fields */ in sbspace() local294 mleft = sb->sb_mbmax - sb->sb_mbcnt; in sbspace()296 return ((bleft < mleft) ? bleft : mleft); in sbspace()