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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.c35 unsigned int scnt; local
38 for (scnt = 0; scnt < count; scnt++) {
39 ch = buf[scnt];
45 return scnt;
52 unsigned int scnt; local
55 for (scnt = 0; scnt < count; scnt
72 unsigned int scnt; local
200 unsigned int scnt; local
[all...]
H A Dpvrusb2-io.c303 unsigned int scnt; local
315 scnt = cnt & ~0x1f;
316 if (cnt > scnt) scnt += 0x20;
319 if (scnt > sp->buffer_slot_count) {
321 nb = kmalloc(scnt * sizeof(*nb),GFP_KERNEL);
329 sp->buffer_slot_count = scnt;
354 if (scnt < sp->buffer_slot_count) {
356 if (scnt) {
357 nb = kmalloc(scnt * sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoe.h55 unsigned char scnt; member in struct:aoe_atahdr
69 unsigned char scnt; member in struct:aoe_cfghdr
H A Daoecmd.c245 ah->scnt = bcnt >> 9;
369 ah->scnt = n >> 9;
473 return ah->scnt;
808 n = ahout->scnt << 9;
915 ah->scnt = 1;
1031 if (n > ch->scnt)
1032 n = ch->scnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h67 * @scnt: Stage count
73 int scnt; member in struct:nilfs_cstage
H A Dsegment.c1067 switch (sci->sc_stage.scnt) {
1076 sci->sc_stage.scnt = NILFS_ST_DSYNC;
1084 sci->sc_stage.scnt = NILFS_ST_DAT;
1087 sci->sc_stage.scnt++; /* Fall through */
1108 sci->sc_stage.scnt++; /* Fall through */
1129 sci->sc_stage.scnt = NILFS_ST_DONE;
1132 sci->sc_stage.scnt++;
1140 sci->sc_stage.scnt++;
1151 sci->sc_stage.scnt++; /* Fall through */
1167 sci->sc_stage.scnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dhv_utils.c134 static s32 scnt = 50; local
141 if ((flags & ICTIMESYNCFLAG_SAMPLE) != 0 && scnt > 0) {
142 scnt--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c716 int scnt; local
724 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
726 printk (KERN_INFO "can't find sync for sector %d\n", scnt);
762 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt,
1031 int scnt; local
1039 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcio.h71 * @scnt: sense count, if @cons == %1
83 __u32 scnt : 6; member in struct:erw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c186 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.c4464 int scnt = 0; local
4476 scnt++) {
4478 if (scnt < raid5_bi_hw_segments(raid_bio))
4486 raid5_set_bi_hw_segments(raid_bio, scnt);
4494 raid5_set_bi_hw_segments(raid_bio, scnt);

Completed in 140 milliseconds