Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-cgroup.c1303 if (tsk->throttle_queue) in blkcg_exit()
1304 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1305 tsk->throttle_queue = NULL; in blkcg_exit()
1754 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1762 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1809 if (current->throttle_queue != q) { in blkcg_schedule_throttle()
1813 if (current->throttle_queue) in blkcg_schedule_throttle()
1814 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1815 current->throttle_queue = q; in blkcg_schedule_throttle()
/Linux-v6.1/include/linux/
Dsched.h1445 struct request_queue *throttle_queue; member
/Linux-v6.1/kernel/
Dfork.c1034 tsk->throttle_queue = NULL; in dup_task_struct()
/Linux-v6.1/mm/
Dswapfile.c3646 if (current->throttle_queue) in __cgroup_throttle_swaprate()