Searched refs:io_allowed (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-throttle.c703 unsigned int io_allowed; local
717 io_allowed = UINT_MAX;
719 io_allowed = tmp;
721 return io_allowed;
835 int io_allowed; local
846 io_allowed = calculate_io_allowed(iops_limit, jiffy_elapsed_rnd) +
848 if (io_allowed > 0 && tg->io_disp[rw] + 1 <= io_allowed)
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h2050 int io_allowed; local
2057 io_allowed = (device->state.disk >= mins);
2058 if (!io_allowed)
2060 return io_allowed;
H A Ddrbd_main.c146 int io_allowed; local
149 io_allowed = (device->state.disk >= mins);
150 if (!io_allowed) {
154 return io_allowed;

Completed in 150 milliseconds