/linux/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-debugifc.c | 24 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_whitespace() 31 return scnt; in debugifc_count_whitespace() 41 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_nonwhitespace() 63 consume_cnt += scnt; count -= scnt; buf += scnt; in debugifc_isolate_word() 70 consume_cnt += scnt; count -= scnt; buf += scnt; in debugifc_isolate_word() 188 count -= scnt; buf += scnt; in pvr2_debugifc_do1cmd() 195 count -= scnt; buf += scnt; in pvr2_debugifc_do1cmd() 222 count -= scnt; buf += scnt; in pvr2_debugifc_do1cmd() 227 count -= scnt; buf += scnt; in pvr2_debugifc_do1cmd() 255 count -= scnt; buf += scnt; in pvr2_debugifc_do1cmd() [all …]
|
A D | pvrusb2-io.c | 284 unsigned int scnt; in pvr2_stream_buffer_count() local 295 scnt = cnt & ~0x1f; in pvr2_stream_buffer_count() 296 if (cnt > scnt) scnt += 0x20; in pvr2_stream_buffer_count() 299 if (scnt > sp->buffer_slot_count) { in pvr2_stream_buffer_count() 302 nb = kmalloc_array(scnt, sizeof(*nb), GFP_KERNEL); in pvr2_stream_buffer_count() 310 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count() 335 if (scnt < sp->buffer_slot_count) { in pvr2_stream_buffer_count() 337 if (scnt) { in pvr2_stream_buffer_count() 338 nb = kmemdup(sp->buffers, scnt * sizeof(*nb), in pvr2_stream_buffer_count() 344 sp->buffer_slot_count = scnt; in pvr2_stream_buffer_count()
|
/linux/arch/m68k/coldfire/ |
A D | sltimers.c | 98 u32 cycles, scnt; in mcfslt_read_clk() local 101 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 105 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 110 return cycles + ((mcfslt_cycles_per_jiffy - 1) - scnt); in mcfslt_read_clk()
|
/linux/drivers/block/ |
A D | amiflop.c | 839 int scnt; in amiga_read() local 847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 849 printk (KERN_INFO "can't find sync for sector %d\n", scnt); in amiga_read() 885 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 1154 int scnt; in dos_read() local 1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1167 unit[drive].track,drive,scnt); in dos_read() 1213 unit[drive].track, drive, scnt, hdr.sec); in dos_read() 1223 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read() 1235 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc); in dos_read()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | sock_fields.c | 240 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage() local 243 scnt.cnt = pkt_out_cnt; in init_sk_storage() 244 err = bpf_map_update_elem(sk_pkt_out_cnt_fd, &sk_fd, &scnt, in init_sk_storage() 250 err = bpf_map_update_elem(sk_pkt_out_cnt10_fd, &sk_fd, &scnt, in init_sk_storage()
|
/linux/drivers/block/aoe/ |
A D | aoe.h | 54 unsigned char scnt; member 68 unsigned char scnt; member
|
A D | aoecmd.c | 343 ah->scnt = f->iter.bi_size >> 9; in ata_rw_frameinit() 1108 n = ahout->scnt << 9; in ktiocomplete() 1395 ah->scnt = 1; in aoecmd_ata_id() 1577 if (n > ch->scnt) in aoecmd_cfg_rsp() 1578 n = ch->scnt; in aoecmd_cfg_rsp()
|
/linux/fs/nilfs2/ |
A D | segment.h | 63 int scnt; member
|
A 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/drivers/s390/cio/ |
A D | device_status.c | 186 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
|
/linux/include/trace/events/ |
A D | nilfs2.h | 38 __entry->stage = sci->sc_stage.scnt;
|
/linux/arch/s390/include/asm/ |
A D | cio.h | 101 __u32 scnt : 6; member
|
/linux/drivers/ntb/test/ |
A D | ntb_perf.c | 699 int ret, sidx, scnt; in perf_enable_service() local 720 scnt = ntb_spad_count(perf->ntb); in perf_enable_service() 721 for (sidx = 0; sidx < scnt; sidx++) in perf_enable_service()
|
/linux/Documentation/s390/ |
A D | cds.rst | 319 set, the field erw.scnt in the esw describes the number of device specific
|
/linux/drivers/md/ |
A D | raid5.c | 6324 int scnt = 0; in retry_aligned_read() local 6336 scnt++) { in retry_aligned_read() 6338 if (scnt < offset) in retry_aligned_read() 6347 conf->retry_read_offset = scnt; in retry_aligned_read() 6354 conf->retry_read_offset = scnt; in retry_aligned_read()
|