Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-cgroup.c1246 if (tsk->throttle_queue) in blkcg_exit()
1247 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1248 tsk->throttle_queue = NULL; in blkcg_exit()
1697 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1706 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1756 if (current->throttle_queue != q) { in blkcg_schedule_throttle()
1760 if (current->throttle_queue) in blkcg_schedule_throttle()
1761 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1762 current->throttle_queue = q; in blkcg_schedule_throttle()
/Linux-v5.15/include/linux/
Dsched.h1419 struct request_queue *throttle_queue; member
/Linux-v5.15/kernel/
Dfork.c966 tsk->throttle_queue = NULL; in dup_task_struct()
/Linux-v5.15/mm/
Dswapfile.c3797 if (current->throttle_queue) in __cgroup_throttle_swaprate()