Searched refs:throttle_queue (Results 1 – 4 of 4) sorted by relevance
1305 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()
1445 struct request_queue *throttle_queue; member
1037 tsk->throttle_queue = NULL; in dup_task_struct()
3646 if (current->throttle_queue) in __cgroup_throttle_swaprate()