Searched refs:MSIZE (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Dlibelf_msize.m477 define(`MSIZE',
83 `MSIZE($1)
/freebsd-10.0-release/sys/sys/
H A Dparam.h160 #ifndef MSIZE
161 #define MSIZE 256 /* size of an mbuf */ macro
H A Dsockbuf.h178 (sb)->sb_mbcnt += MSIZE; \
191 (sb)->sb_mbcnt -= MSIZE; \
H A Dmbuf.h48 * Mbufs are of a single size, MSIZE (sys/param.h), which includes overhead.
64 #define MLEN ((int)(MSIZE - sizeof(struct m_hdr)))
524 case MSIZE:
/freebsd-10.0-release/sys/kern/
H A Dkern_mbuf.c152 nmbufs = lmax(maxmbufmem / MSIZE / 5,
289 /* Ensure that MSIZE is a power of 2. */
290 CTASSERT((((MSIZE - 1) ^ MSIZE) + 1) >> 1 == MSIZE);
302 zone_mbuf = uma_zcreate(MBUF_MEM_NAME, MSIZE,
309 MSIZE - 1, UMA_ZONE_MAXBUCKET);
H A Duipc_sockbuf.c64 (quad_t)SB_MAX * MCLBYTES / (MSIZE + MCLBYTES); /* adjusted sb_max */
277 if (tmp_sb_max < MSIZE + MCLBYTES)
280 sb_max_adj = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES);
568 mbcnt += MSIZE;
646 #if MSIZE <= 256
H A Dvfs_export.c138 #if MSIZE <= 256
H A Duipc_mbuf.c91 CTASSERT(sizeof(struct mbuf) == MSIZE); variable
92 CTASSERT(MSIZE - offsetof(struct mbuf, m_dat) == MLEN);
93 CTASSERT(MSIZE - offsetof(struct mbuf, m_pktdat) == MHLEN);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_var.h199 SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_mbcnt, MSIZE); \
202 SCTP_SAVE_ATOMIC_DECREMENT(&(stcb)->asoc.my_rwnd_control_len, MSIZE); \
211 atomic_add_int(&(sb)->sb_mbcnt, MSIZE); \
214 atomic_add_int(&(stcb)->asoc.my_rwnd_control_len, MSIZE); \
H A Dsctputil.c5726 freed_so_far += MSIZE;
5776 freed_so_far += MSIZE;
6007 freed_so_far += MSIZE;
H A Dsctp_indata.c95 asoc->cnt_on_reasm_queue * MSIZE));
97 asoc->cnt_on_all_streams * MSIZE));
H A Dsctp_usrreq.c72 sb_max_adj = (u_long)((u_quad_t) (SB_MAX) * MCLBYTES / (MSIZE + MCLBYTES));
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_sge.c322 MJUMPAGESIZE - MSIZE
487 if (r == MJUMPAGESIZE - MSIZE &&
491 FL_BUF_SIZE(sc, n) = MJUMPAGESIZE - MSIZE;
1378 return ((u_int *)((ptr & ~(MJUMPAGESIZE - 1)) + MSIZE - sizeof(u_int)));
1399 cl - MSIZE, refcount));
1401 cl -= MSIZE;
3169 cl += MSIZE;
3177 cl -= MSIZE;
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh761 &scp->rid_memory, 0ul, ~0ul, MSIZE, RF_ACTIVE);
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixv.c2807 MSIZE, /* maxsize */
2809 MSIZE, /* maxsegsize */
/freebsd-10.0-release/sys/dev/e1000/
H A Dif_igb.c4204 MSIZE, /* maxsize */
4206 MSIZE, /* maxsegsize */
/freebsd-10.0-release/sys/dev/bce/
H A Dif_bce.c3019 roundup2((MSIZE - MHLEN), 16) - (MSIZE - MHLEN);

Completed in 398 milliseconds