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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c920 uint_t mblks; /* # of data + metadata blocks */ local
940 mblks = (ldbtob((u_offset_t)ip->i_blocks) + fsboffset) >> fsbshift;
946 return (mblks < dblks);
981 return (mblks < cnt);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h727 mblk_list_t mblks; member in struct:_e1000g_tx_ring
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c68 * Every streams message consists of one or more mblks, a dblk, and data.
69 * All mblks for all types of messages come from a common mblk_cache.
73 * (1) mblks up to DBLK_MAX_CACHE size are allocated from a collection of
114 * the mblk association because it swaps the leading mblks of two messages,
1599 *bp = *mp; /* swap mblks so bp heads the old msg... */
1894 * chain of mblks linked by b_cont). If a non-NULL mblkcnt is supplied we
1895 * also return the number of distinct mblks in the message.
1901 int mblks = 0; local
1906 mblks++;
1910 *mblkcnt = mblks;
[all...]

Completed in 73 milliseconds