Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c1272 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1329 struct request_queue *throttle_queue; member
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c975 tsk->throttle_queue = NULL; in dup_task_struct()
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c3860 if (current->throttle_queue) in __cgroup_throttle_swaprate()