Searched refs:scnt (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c21 unsigned int scnt; local
24 for (scnt = 0; scnt < count; scnt++) {
25 ch = buf[scnt];
31 return scnt;
38 unsigned int scnt; local
41 for (scnt = 0; scnt < count; scnt
58 unsigned int scnt; local
184 unsigned int scnt; local
[all...]
H A Dpvrusb2-io.c284 unsigned int scnt; local
295 scnt = cnt & ~0x1f;
296 if (cnt > scnt) scnt += 0x20;
299 if (scnt > sp->buffer_slot_count) {
302 nb = kmalloc_array(scnt, sizeof(*nb), GFP_KERNEL);
310 sp->buffer_slot_count = scnt;
335 if (scnt < sp->buffer_slot_count) {
337 if (scnt) {
338 nb = kmemdup(sp->buffers, scnt * sizeo
[all...]
/linux-master/arch/m68k/coldfire/
H A Dsltimers.c98 u32 cycles, scnt; local
101 scnt = __raw_readl(TA(MCFSLT_SCNT));
105 scnt = __raw_readl(TA(MCFSLT_SCNT));
110 return cycles + ((mcfslt_cycles_per_jiffy - 1) - scnt);
/linux-master/drivers/block/aoe/
H A Daoe.h54 unsigned char scnt; member in struct:aoe_atahdr
68 unsigned char scnt; member in struct:aoe_cfghdr
H A Daoecmd.c342 ah->scnt = f->iter.bi_size >> 9;
1107 n = ahout->scnt << 9;
1394 ah->scnt = 1;
1576 if (n > ch->scnt)
1577 n = ch->scnt;
/linux-master/fs/nilfs2/
H A Dsegment.h56 * @scnt: Stage count, must be accessed via wrappers:
63 int scnt; member in struct:nilfs_cstage
H A Dsegment.c82 * wrapper functions of stage count (nilfs_sc_info->sc_stage.scnt). Users of
92 sci->sc_stage.scnt++;
98 sci->sc_stage.scnt = next_scnt;
104 return sci->sc_stage.scnt;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c255 struct bpf_spinlock_cnt scnt = {}; local
258 scnt.cnt = pkt_out_cnt;
259 err = bpf_map_update_elem(sk_pkt_out_cnt_fd, &sk_fd, &scnt,
265 err = bpf_map_update_elem(sk_pkt_out_cnt10_fd, &sk_fd, &scnt,
/linux-master/drivers/block/
H A Damiflop.c839 int scnt; local
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
849 printk (KERN_INFO "can't find sync for sector %d\n", scnt);
885 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt,
1154 int scnt; local
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt
[all...]
/linux-master/include/trace/events/
H A Dnilfs2.h38 __entry->stage = sci->sc_stage.scnt;
/linux-master/drivers/s390/cio/
H A Ddevice_status.c187 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt;
/linux-master/arch/s390/include/asm/
H A Dcio.h90 * @scnt: sense count, if @cons == %1
102 __u32 scnt : 6; member in struct:erw
/linux-master/drivers/ntb/test/
H A Dntb_perf.c699 int ret, sidx, scnt; local
720 scnt = ntb_spad_count(perf->ntb);
721 for (sidx = 0; sidx < scnt; sidx++)
/linux-master/drivers/md/
H A Draid5.c6570 int scnt = 0; local
6582 scnt++) {
6584 if (scnt < offset)
6593 conf->retry_read_offset = scnt;
6600 conf->retry_read_offset = scnt;

Completed in 214 milliseconds