Lines Matching defs:intv
1987 unsigned long intv;
1998 intv = disk_events_poll_jiffies(disk);
2002 else if (intv)
2004 &ev->dwork, intv);
2147 unsigned long intv;
2160 intv = disk_events_poll_jiffies(disk);
2161 if (!ev->block && intv)
2163 &ev->dwork, intv);
2242 long intv;
2244 if (!count || !sscanf(buf, "%ld", &intv))
2247 if (intv < 0 && intv != -1)
2254 disk->ev->poll_msecs = intv;