Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-cgroup.c1347 if (tsk->throttle_queue) in blkcg_exit()
1348 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1349 tsk->throttle_queue = NULL; in blkcg_exit()
1727 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1736 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1791 if (current->throttle_queue) in blkcg_schedule_throttle()
1792 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1793 current->throttle_queue = q; in blkcg_schedule_throttle()
/Linux-v4.19/include/linux/
Dsched.h1163 struct request_queue *throttle_queue; member
/Linux-v4.19/kernel/
Dfork.c870 tsk->throttle_queue = NULL; in dup_task_struct()
/Linux-v4.19/mm/
Dswapfile.c3746 if (current->throttle_queue) in mem_cgroup_throttle_swaprate()