/linux-2.6.39/drivers/media/video/pvrusb2/ |
D | pvrusb2-debugifc.c | 35 unsigned int scnt; in debugifc_count_whitespace() local 38 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_whitespace() 39 ch = buf[scnt]; in debugifc_count_whitespace() 45 return scnt; in debugifc_count_whitespace() 52 unsigned int scnt; in debugifc_count_nonwhitespace() local 55 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_nonwhitespace() 56 ch = buf[scnt]; in debugifc_count_nonwhitespace() 61 return scnt; in debugifc_count_nonwhitespace() 72 unsigned int scnt; in debugifc_isolate_word() local 76 scnt = debugifc_count_whitespace(buf,count); in debugifc_isolate_word() [all …]
|
D | pvrusb2-io.c | 303 unsigned int scnt; in pvr2_stream_buffer_count() local 315 scnt = cnt & ~0x1f; in pvr2_stream_buffer_count() 316 if (cnt > scnt) scnt += 0x20; in pvr2_stream_buffer_count() 319 if (scnt > sp->buffer_slot_count) { in pvr2_stream_buffer_count() 321 nb = kmalloc(scnt * sizeof(*nb),GFP_KERNEL); in pvr2_stream_buffer_count() 329 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count() 354 if (scnt < sp->buffer_slot_count) { in pvr2_stream_buffer_count() 356 if (scnt) { in pvr2_stream_buffer_count() 357 nb = kmalloc(scnt * sizeof(*nb),GFP_KERNEL); in pvr2_stream_buffer_count() 359 memcpy(nb,sp->buffers,scnt * sizeof(*nb)); in pvr2_stream_buffer_count() [all …]
|
/linux-2.6.39/arch/m68k/platform/coldfire/ |
D | sltimers.c | 102 u16 scnt; in mcfslt_read_clk() local 105 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 110 return cycles - scnt; in mcfslt_read_clk()
|
/linux-2.6.39/drivers/staging/hv/ |
D | hv_util.c | 134 static s32 scnt = 50; in adj_guesttime() local 141 if ((flags & ICTIMESYNCFLAG_SAMPLE) != 0 && scnt > 0) { in adj_guesttime() 142 scnt--; in adj_guesttime()
|
/linux-2.6.39/drivers/block/ |
D | amiflop.c | 722 int scnt; in amiga_read() local 730 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 732 printk (KERN_INFO "can't find sync for sector %d\n", scnt); in amiga_read() 768 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 1037 int scnt; in dos_read() local 1045 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1050 unit[drive].track,drive,scnt); in dos_read() 1096 unit[drive].track, drive, scnt, hdr.sec); in dos_read() 1106 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read() 1118 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc); in dos_read()
|
/linux-2.6.39/drivers/block/aoe/ |
D | aoe.h | 55 unsigned char scnt; member 69 unsigned char scnt; member
|
D | aoecmd.c | 245 ah->scnt = bcnt >> 9; in aoecmd_ata_rw() 369 ah->scnt = n >> 9; in resend() 473 return ah->scnt; in ata_scnt() 808 n = ahout->scnt << 9; in aoecmd_ata_rsp() 915 ah->scnt = 1; in aoecmd_ata_id() 1031 if (n > ch->scnt) in aoecmd_cfg_rsp() 1032 n = ch->scnt; in aoecmd_cfg_rsp()
|
/linux-2.6.39/fs/nilfs2/ |
D | segment.c | 1054 switch (sci->sc_stage.scnt) { in nilfs_segctor_collect_blocks() 1063 sci->sc_stage.scnt = NILFS_ST_DSYNC; in nilfs_segctor_collect_blocks() 1071 sci->sc_stage.scnt = NILFS_ST_DAT; in nilfs_segctor_collect_blocks() 1074 sci->sc_stage.scnt++; /* Fall through */ in nilfs_segctor_collect_blocks() 1095 sci->sc_stage.scnt++; /* Fall through */ in nilfs_segctor_collect_blocks() 1117 sci->sc_stage.scnt = NILFS_ST_DONE; in nilfs_segctor_collect_blocks() 1120 sci->sc_stage.scnt++; in nilfs_segctor_collect_blocks() 1128 sci->sc_stage.scnt++; in nilfs_segctor_collect_blocks() 1139 sci->sc_stage.scnt++; /* Fall through */ in nilfs_segctor_collect_blocks() 1155 sci->sc_stage.scnt++; /* Fall through */ in nilfs_segctor_collect_blocks() [all …]
|
D | segment.h | 75 int scnt; member
|
/linux-2.6.39/arch/s390/include/asm/ |
D | cio.h | 83 __u32 scnt : 6; member
|
/linux-2.6.39/drivers/s390/cio/ |
D | device_status.c | 187 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
|
/linux-2.6.39/drivers/md/ |
D | raid5.c | 4406 int scnt = 0; in retry_aligned_read() local 4418 scnt++) { in retry_aligned_read() 4420 if (scnt < raid5_bi_hw_segments(raid_bio)) in retry_aligned_read() 4428 raid5_set_bi_hw_segments(raid_bio, scnt); in retry_aligned_read() 4436 raid5_set_bi_hw_segments(raid_bio, scnt); in retry_aligned_read()
|
/linux-2.6.39/Documentation/s390/ |
D | cds.txt | 290 set, the field erw.scnt in the esw describes the number of device specific
|