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

/linux-master/block/
H A Dblk-throttle.c597 * throtl_schedule_next_dispatch - schedule the next dispatch cycle
614 static bool throtl_schedule_next_dispatch(struct throtl_service_queue *sq, function
1210 if (throtl_schedule_next_dispatch(sq, false))
1226 if (!throtl_schedule_next_dispatch(parent_sq, false)) {
1366 throtl_schedule_next_dispatch(sq->parent_sq, true);
1938 throtl_schedule_next_dispatch(sq, true);
1942 throtl_schedule_next_dispatch(&td->service_queue, true);
2269 throtl_schedule_next_dispatch(tg->service_queue.parent_sq, true);

Completed in 212 milliseconds