Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 23 of 23) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dchunk.c61 INIT_LIST_HEAD(&msg->chunks); in sctp_datamsg_init()
89 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_destroy()
245 list_add_tail(&chunk->frag_list, &msg->chunks); in sctp_datamsg_from_user()
275 list_add_tail(&chunk->frag_list, &msg->chunks); in sctp_datamsg_from_user()
281 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_from_user()
Doutput.c111 skb_queue_head_init(&packet->chunks); in sctp_packet_init()
136 while ((chunk = (struct sctp_chunk *)__skb_dequeue(&packet->chunks)) != NULL) in sctp_packet_free()
279 __skb_queue_tail(&packet->chunks, (struct sk_buff *)chunk); in sctp_packet_append_chunk()
308 chunk = (struct sctp_chunk *)skb_peek(&packet->chunks); in sctp_packet_transmit()
373 while ((chunk = (struct sctp_chunk *)__skb_dequeue(&packet->chunks)) != NULL) { in sctp_packet_transmit()
514 while ((chunk = (struct sctp_chunk *)__skb_dequeue(&packet->chunks)) != NULL) { in sctp_packet_transmit()
Dsocket.c1388 list_for_each(pos, &datamsg->chunks) { in sctp_sendmsg()
/linux-2.4.37.9/scripts/
Dcheckpatch.pl570 my (@chunks);
576 push(@chunks, [ $condition, $statement ]);
578 return ($level, $linenr, @chunks);
589 push(@chunks, [ $condition, $statement ]);
592 return ($level, $linenr, @chunks);
2279 my ($level, $endln, @chunks) =
2283 if ($#chunks > 0 && $level == 0) {
2288 for my $chunk (@chunks) {
2336 my ($level, $endln, @chunks) =
2340 my ($cond, $block) = @{$chunks[0]};
[all …]
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvCallCfg.h155 static inline u64 HvCallCfg_setMinRuntimeMsChunks(u64 chunks) in HvCallCfg_setMinRuntimeMsChunks() argument
157 u64 retVal = HvCall1(HvCallCfgSetMinRuntimeMsChunks,chunks); in HvCallCfg_setMinRuntimeMsChunks()
/linux-2.4.37.9/include/linux/
Dlvm.h741 ulong chunks = vg->pe_size / lv->lv_chunk_size; in LVM_GET_COW_TABLE_ENTRIES_PER_PE() local
747 if (chunks < 2) in LVM_GET_COW_TABLE_ENTRIES_PER_PE()
752 chunks) in LVM_GET_COW_TABLE_ENTRIES_PER_PE()
/linux-2.4.37.9/fs/xfs/
Dxfs_buf_item.c738 int chunks; in xfs_buf_item_init() local
763 chunks = (int)((XFS_BUF_COUNT(bp) + (XFS_BLI_CHUNK - 1)) >> XFS_BLI_SHIFT); in xfs_buf_item_init()
764 map_size = (int)((chunks + NBWORD) >> BIT_TO_WORD_SHIFT); in xfs_buf_item_init()
/linux-2.4.37.9/Documentation/usb/
Dehci.txt192 In typical situations, a usb_bulk_msg() loop writing out 4 KB chunks is
195 than the I/O. If that same loop used 16 KB chunks, it'd be better; a
196 sequence of 128 KB chunks would waste a lot less.
/linux-2.4.37.9/include/net/sctp/
Dstructs.h532 struct list_head chunks; member
690 struct sk_buff_head chunks; member
/linux-2.4.37.9/Documentation/cdrom/
Dsbpcd153 read 98 consecutive chunks (of 24 Bytes) as a frame. Reading more than 1 frame
154 at once possibly misses some chunks at each frame boundary. This lack has to
156 again and tries to find and eliminate overlapping chunks (24-byte-pieces).
159 This can be better reading bigger chunks, but the "missing" chunks possibly
409 * of 24-byte chunks. It has to get fixed by higher-level software (reading
410 * until an overlap occurs, and then eliminate the overlapping chunks).
Dsonycd535119 Since the driver only uses a single page to point to the chunks,
/linux-2.4.37.9/fs/sysv/
DINTRO64 the next free block. Rather, the free blocks are organized in chunks
/linux-2.4.37.9/Documentation/
DIPMI.txt30 different ways. Because of that, it's broken into many chunks of
31 code. These chunks are:
DCodingStyle57 Statements longer than 80 columns will be broken into sensible chunks.
/linux-2.4.37.9/drivers/scsi/
DREADME.st128 temporarily enlarge the buffer. Buffer allocation uses chunks of
150 Scatter/gather buffers (buffers that consist of chunks non-contiguous
154 three kinds of chunks:
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_base.c335 pos += ACCESS_FBINFO(curr.ydstorg.chunks); in matrox_pan_var()
956 ACCESS_FBINFO(curr.ydstorg.chunks) = 0; in matroxfb_set_var()
961 ACCESS_FBINFO(curr.ydstorg.chunks) = ydstorg >> (isInterleave(MINFO)?3:2); in matroxfb_set_var()
1019 pos += ACCESS_FBINFO(curr.ydstorg.chunks); in matroxfb_set_var()
Dmatroxfb_base.h369 unsigned int chunks; member
/linux-2.4.37.9/arch/cris/
DREADME.mm100 chunks of memory not possible using the normal kmalloc physical RAM
/linux-2.4.37.9/arch/i386/boot/
Dsetup.S383 shll $6, %edx # and go from 64k to 1k chunks
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt164 does it's I/O in large chunks and the disk
/linux-2.4.37.9/fs/befs/
DChangeLog233 So it does i/o in much larger chunks. It is the correct linux way. It
/linux-2.4.37.9/drivers/sound/
Dvwsnd.c438 #define CHUNKS_TO_BYTES(chunks) ((chunks) << DMACHUNK_SHIFT) argument
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Disp.S3840 # operand. A misaligned operand must be written in aligned chunks or #