/linux-4.4.14/drivers/media/usb/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 = kmemdup(sp->buffers, scnt * sizeof(*nb), in pvr2_stream_buffer_count() 363 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | sltimers.c | 103 u32 cycles, scnt; in mcfslt_read_clk() local 106 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 110 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 115 return cycles + ((mcfslt_cycles_per_jiffy - 1) - scnt); in mcfslt_read_clk()
|
/linux-4.4.14/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-4.4.14/drivers/hv/ |
D | hv_util.c | 209 static s32 scnt = 50; in adj_guesttime() local 222 if ((flags & ICTIMESYNCFLAG_SAMPLE) != 0 && scnt > 0) { in adj_guesttime() 223 scnt--; in adj_guesttime()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoe.h | 52 unsigned char scnt; member 66 unsigned char scnt; member
|
D | aoecmd.c | 343 ah->scnt = f->iter.bi_size >> 9; in ata_rw_frameinit() 1179 n = ahout->scnt << 9; in ktiocomplete() 1465 ah->scnt = 1; in aoecmd_ata_id() 1649 if (n > ch->scnt) in aoecmd_cfg_rsp() 1650 n = ch->scnt; in aoecmd_cfg_rsp()
|
/linux-4.4.14/fs/nilfs2/ |
D | segment.h | 77 int scnt; member
|
D | segment.c | 95 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc() 101 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set() 107 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cio.h | 81 __u32 scnt : 6; member
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_status.c | 184 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
|
/linux-4.4.14/include/trace/events/ |
D | nilfs2.h | 37 __entry->stage = sci->sc_stage.scnt;
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 5690 int scnt = 0; in retry_aligned_read() local 5703 scnt++) { in retry_aligned_read() 5705 if (scnt < raid5_bi_processed_stripes(raid_bio)) in retry_aligned_read() 5713 raid5_set_bi_processed_stripes(raid_bio, scnt); in retry_aligned_read() 5720 raid5_set_bi_processed_stripes(raid_bio, scnt); in retry_aligned_read()
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 290 set, the field erw.scnt in the esw describes the number of device specific
|