Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-cgroup.c1322 if (tsk->throttle_queue) in blkcg_exit()
1323 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1324 tsk->throttle_queue = NULL; in blkcg_exit()
1749 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1758 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1811 if (current->throttle_queue) in blkcg_schedule_throttle()
1812 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1813 current->throttle_queue = q; in blkcg_schedule_throttle()
/Linux-v5.4/include/linux/
Dsched.h1232 struct request_queue *throttle_queue; member
/Linux-v5.4/kernel/
Dfork.c940 tsk->throttle_queue = NULL; in dup_task_struct()
/Linux-v5.4/mm/
Dswapfile.c3755 if (current->throttle_queue) in mem_cgroup_throttle_swaprate()