Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-cgroup.c1305 if (tsk->throttle_queue) in blkcg_exit()
1306 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1307 tsk->throttle_queue = NULL; in blkcg_exit()
1756 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1764 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1811 if (current->throttle_queue != q) { in blkcg_schedule_throttle()
1815 if (current->throttle_queue) in blkcg_schedule_throttle()
1816 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1817 current->throttle_queue = q; in blkcg_schedule_throttle()
/linux-6.1.9/include/linux/
Dsched.h1445 struct request_queue *throttle_queue; member
/linux-6.1.9/kernel/
Dfork.c1037 tsk->throttle_queue = NULL; in dup_task_struct()
/linux-6.1.9/mm/
Dswapfile.c3646 if (current->throttle_queue) in __cgroup_throttle_swaprate()