Lines Matching refs:chunk

92 	mblk_t	*sb_mp;		/* partial chunk */
97 uint_t sb_chunk; /* max chunk size */
253 * Free the current chunk.
337 uint_t chunk;
339 chunk = *(uint_t *)mp->b_cont->b_rptr;
344 sop->so_hiwat = SNIT_HIWAT(chunk, 1);
345 sop->so_lowat = SNIT_LOWAT(chunk, 1);
497 * Reset timeout, flush the chunk currently in
498 * progress, and start a new chunk.
738 uint_t chunk;
740 chunk = *(uint_t *)mp->b_cont->b_rptr;
745 sop->so_hiwat = SNIT_HIWAT(chunk, 1);
746 sop->so_lowat = SNIT_LOWAT(chunk, 1);
930 * This is used to calculate whether a chunk is nearly full.
937 * If the currently accumulating chunk doesn't have enough room
938 * for the message, close off the chunk, pass it upward, and start
939 * a new one. Then add the message to the current chunk, taking
941 * chunk size.
982 * chunk? If so close the chunk off and start a new one.
987 * First message too big for chunk - just send it up.
996 * We now know that the msg will fit in the chunk.
997 * Link it onto the end of the chunk.
1023 * chunk? If so close the chunk off and start a new one.
1029 /* Allocate leading header of new chunk */
1057 * Join message to the chunk
1065 * If the first message alone is too big for the chunk close
1066 * the chunk now.
1067 * If the next message would immediately cause the chunk to
1068 * overflow we may as well close the chunk now. The next
1083 * next message will fit in this chunk.
1124 /* Link the wrapper msg onto the end of the chunk */
1153 * Close off the currently accumulating chunk and pass
1157 * of the chunk timeout expiring.
1176 * If there's currently a chunk in progress, close it off
1184 * Clear old chunk. Ready for new msgs.