Home
last modified time | relevance | path

Searched refs:throttle_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/block/
Dblk-cgroup.c1365 if (tsk->throttle_queue) in blkcg_exit()
1366 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1367 tsk->throttle_queue = NULL; in blkcg_exit()
1745 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1754 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1809 if (current->throttle_queue) in blkcg_schedule_throttle()
1810 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1811 current->throttle_queue = q; in blkcg_schedule_throttle()
/linux-4.19.296/include/linux/
Dsched.h1178 struct request_queue *throttle_queue; member