Home
last modified time | relevance | path

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

/linux/block/
A Dblk-cgroup.c1258 if (tsk->throttle_queue) in blkcg_exit()
1259 blk_put_queue(tsk->throttle_queue); in blkcg_exit()
1260 tsk->throttle_queue = NULL; in blkcg_exit()
1709 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()
1718 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()
1768 if (current->throttle_queue != q) { in blkcg_schedule_throttle()
1772 if (current->throttle_queue) in blkcg_schedule_throttle()
1773 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()
1774 current->throttle_queue = q; in blkcg_schedule_throttle()
/linux/include/linux/
A Dsched.h1415 struct request_queue *throttle_queue; member
/linux/kernel/
A Dfork.c965 tsk->throttle_queue = NULL; in dup_task_struct()
/linux/mm/
A Dswapfile.c3797 if (current->throttle_queue) in __cgroup_throttle_swaprate()

Completed in 29 milliseconds