Lines Matching defs:intv
101 unsigned long intv;
112 intv = disk_events_poll_jiffies(disk);
116 else if (intv)
118 &ev->dwork, intv);
190 unsigned long intv;
202 intv = disk_events_poll_jiffies(disk);
203 if (!ev->block && intv)
205 &ev->dwork, intv);
377 long intv;
379 if (!count || !sscanf(buf, "%ld", &intv))
382 if (intv < 0 && intv != -1)
389 disk->ev->poll_msecs = intv;