/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debugifc.c | 31 unsigned int scnt; in debugifc_count_whitespace() local 34 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_whitespace() 35 ch = buf[scnt]; in debugifc_count_whitespace() 41 return scnt; in debugifc_count_whitespace() 48 unsigned int scnt; in debugifc_count_nonwhitespace() local 51 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_nonwhitespace() 52 ch = buf[scnt]; in debugifc_count_nonwhitespace() 57 return scnt; in debugifc_count_nonwhitespace() 68 unsigned int scnt; in debugifc_isolate_word() local 72 scnt = debugifc_count_whitespace(buf,count); in debugifc_isolate_word() [all …]
|
D | pvrusb2-io.c | 294 unsigned int scnt; in pvr2_stream_buffer_count() local 305 scnt = cnt & ~0x1f; in pvr2_stream_buffer_count() 306 if (cnt > scnt) scnt += 0x20; in pvr2_stream_buffer_count() 309 if (scnt > sp->buffer_slot_count) { in pvr2_stream_buffer_count() 312 nb = kmalloc_array(scnt, sizeof(*nb), GFP_KERNEL); in pvr2_stream_buffer_count() 320 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count() 345 if (scnt < sp->buffer_slot_count) { in pvr2_stream_buffer_count() 347 if (scnt) { in pvr2_stream_buffer_count() 348 nb = kmemdup(sp->buffers, scnt * sizeof(*nb), in pvr2_stream_buffer_count() 354 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | sltimers.c | 104 u32 cycles, scnt; in mcfslt_read_clk() local 107 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 111 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 116 return cycles + ((mcfslt_cycles_per_jiffy - 1) - scnt); in mcfslt_read_clk()
|
/Linux-v4.19/drivers/block/ |
D | amiflop.c | 721 int scnt; in amiga_read() local 729 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 731 printk (KERN_INFO "can't find sync for sector %d\n", scnt); in amiga_read() 767 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 1036 int scnt; in dos_read() local 1044 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1049 unit[drive].track,drive,scnt); in dos_read() 1095 unit[drive].track, drive, scnt, hdr.sec); in dos_read() 1105 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read() 1117 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc); in dos_read()
|
/Linux-v4.19/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() 1119 n = ahout->scnt << 9; in ktiocomplete() 1406 ah->scnt = 1; in aoecmd_ata_id() 1588 if (n > ch->scnt) in aoecmd_cfg_rsp() 1589 n = ch->scnt; in aoecmd_cfg_rsp()
|
/Linux-v4.19/fs/nilfs2/ |
D | segment.h | 63 int scnt; member
|
D | segment.c | 92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc() 98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set() 104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | cio.h | 100 __u32 scnt : 6; member
|
/Linux-v4.19/drivers/s390/cio/ |
D | device_status.c | 186 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
|
/Linux-v4.19/include/trace/events/ |
D | nilfs2.h | 38 __entry->stage = sci->sc_stage.scnt;
|
/Linux-v4.19/drivers/ntb/test/ |
D | ntb_perf.c | 695 int ret, sidx, scnt; in perf_enable_service() local 716 scnt = ntb_spad_count(perf->ntb); in perf_enable_service() 717 for (sidx = 0; sidx < scnt; sidx++) in perf_enable_service()
|
/Linux-v4.19/Documentation/s390/ |
D | cds.txt | 290 set, the field erw.scnt in the esw describes the number of device specific
|
/Linux-v4.19/drivers/md/ |
D | raid5.c | 6117 int scnt = 0; in retry_aligned_read() local 6129 scnt++) { in retry_aligned_read() 6131 if (scnt < offset) in retry_aligned_read() 6140 conf->retry_read_offset = scnt; in retry_aligned_read() 6147 conf->retry_read_offset = scnt; in retry_aligned_read()
|