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

/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...]
/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;
/drivers/hv/
H A Dhv_util.c160 static s32 scnt = 50; local
173 if ((flags & ICTIMESYNCFLAG_SAMPLE) != 0 && scnt > 0) {
174 scnt--;
/drivers/block/
H A Damiflop.c722 int scnt; local
730 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) {
732 printk (KERN_INFO "can't find sync for sector %d\n", scnt);
768 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt,
1037 int scnt; local
1045 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt
[all...]
/drivers/s390/cio/
H A Ddevice_status.c187 cdev_irb->esw.esw0.erw.scnt = irb->esw.esw0.erw.scnt;
/drivers/md/
H A Draid5.c4400 int scnt = 0; local
4412 scnt++) {
4414 if (scnt < raid5_bi_hw_segments(raid_bio))
4422 raid5_set_bi_hw_segments(raid_bio, scnt);
4429 raid5_set_bi_hw_segments(raid_bio, scnt);

Completed in 350 milliseconds