Searched refs:throttle_queue (Results 1 – 4 of 4) sorted by relevance
1258 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()1702 struct request_queue *q = current->throttle_queue; in blkcg_maybe_throttle_current()1711 current->throttle_queue = NULL; in blkcg_maybe_throttle_current()1764 if (current->throttle_queue) in blkcg_schedule_throttle()1765 blk_put_queue(current->throttle_queue); in blkcg_schedule_throttle()1766 current->throttle_queue = q; in blkcg_schedule_throttle()
1304 struct request_queue *throttle_queue; member
939 tsk->throttle_queue = NULL; in dup_task_struct()
3815 if (current->throttle_queue) in cgroup_throttle_swaprate()