Home
last modified time | relevance | path

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

/linux-5.19.10/block/
Dblk-cgroup.c1351 if (tsk->throttle_queue) in blkcg_exit()
1352 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1353 tsk->throttle_queue = NULL; in blkcg_exit()
1802 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1810 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1855 if (current->throttle_queue != q) { in blkcg_schedule_throttle()
1859 if (current->throttle_queue) in blkcg_schedule_throttle()
1860 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1861 current->throttle_queue = q; in blkcg_schedule_throttle()
/linux-5.19.10/include/linux/
Dsched.h1427 struct request_queue *throttle_queue; member
/linux-5.19.10/kernel/
Dfork.c1036 tsk->throttle_queue = NULL; in dup_task_struct()
/linux-5.19.10/mm/
Dswapfile.c3652 if (current->throttle_queue) in __cgroup_throttle_swaprate()