Home
last modified time | relevance | path

Searched refs:scnt (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c16 unsigned int scnt; in debugifc_count_whitespace() local
19 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_whitespace()
20 ch = buf[scnt]; in debugifc_count_whitespace()
26 return scnt; in debugifc_count_whitespace()
33 unsigned int scnt; in debugifc_count_nonwhitespace() local
36 for (scnt = 0; scnt < count; scnt++) { in debugifc_count_nonwhitespace()
37 ch = buf[scnt]; in debugifc_count_nonwhitespace()
42 return scnt; in debugifc_count_nonwhitespace()
53 unsigned int scnt; in debugifc_isolate_word() local
57 scnt = debugifc_count_whitespace(buf,count); in debugifc_isolate_word()
[all …]
/linux/arch/m68k/coldfire/
H A Dsltimers.c98 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/
H A Damiflop.c840 int scnt; in amiga_read() local
848 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
850 printk (KERN_INFO "can't find sync for sector %d\n", scnt); in amiga_read()
886 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read()
1155 int scnt; in dos_read() local
1163 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1168 unit[drive].track,drive,scnt); in dos_read()
1214 unit[drive].track, drive, scnt, hdr.sec); in dos_read()
1224 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read()
1236 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc); in dos_read()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c255 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage() local
258 scnt.cnt = pkt_out_cnt; in init_sk_storage()
259 err = bpf_map_update_elem(sk_pkt_out_cnt_fd, &sk_fd, &scnt, in init_sk_storage()
265 err = bpf_map_update_elem(sk_pkt_out_cnt10_fd, &sk_fd, &scnt, in init_sk_storage()
/linux/drivers/block/aoe/
H A Daoe.h54 unsigned char scnt; member
68 unsigned char scnt; member
/linux/fs/nilfs2/
H A Dsegment.h63 int scnt; member
H A Dsegment.c92 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/
H A Ddevice_status.c187 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt; in ccw_device_accumulate_esw()
/linux/include/trace/events/
H A Dnilfs2.h38 __entry->stage = sci->sc_stage.scnt;
/linux/arch/s390/include/asm/
H A Dcio.h102 __u32 scnt : 6; member
/linux/drivers/ntb/test/
H A Dntb_perf.c699 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/arch/s390/
H A Dcds.rst319 set, the field erw.scnt in the esw describes the number of device specific
/linux/drivers/md/
H A Draid5.c6596 int scnt = 0; in retry_aligned_read() local
6608 scnt++) { in retry_aligned_read()
6610 if (scnt < offset) in retry_aligned_read()
6619 conf->retry_read_offset = scnt; in retry_aligned_read()
6626 conf->retry_read_offset = scnt; in retry_aligned_read()