Searched refs:throttle_queue (Results 1 – 4 of 4) sorted by relevance
1272 if (tsk->throttle_queue) in blkcg_exit()1273 blk_put_queue(tsk->throttle_queue); in blkcg_exit()1274 tsk->throttle_queue = NULL; in blkcg_exit()1724 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()1733 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()1786 if (current->throttle_queue) in blkcg_schedule_throttle()1787 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()1788 current->throttle_queue = q; in blkcg_schedule_throttle()
1329 struct request_queue *throttle_queue; member
975 tsk->throttle_queue = NULL; in dup_task_struct()
3860 if (current->throttle_queue) in __cgroup_throttle_swaprate()