Lines Matching defs:wait
897 u32 iops_limit, unsigned long *wait)
905 if (wait)
906 *wait = 0;
912 /* Round up to the next throttle slice, wait time must be nonzero */
931 if (wait)
932 *wait = 0;
939 if (wait)
940 *wait = jiffy_wait;
945 u64 bps_limit, unsigned long *wait)
953 if (wait)
954 *wait = 0;
969 if (wait)
970 *wait = 0;
982 * This wait time is without taking into consideration the rounding
986 if (wait)
987 *wait = jiffy_wait;
993 * of jiffies to wait before this bio is with-in IO rate and can be dispatched
996 unsigned long *wait)
1014 if (wait)
1015 *wait = 0;
1040 if (wait)
1041 *wait = 0;
1047 if (wait)
1048 *wait = max_wait;