Home
last modified time | relevance | path

Searched refs:throttle_disk (Results 1 – 3 of 3) sorted by relevance

/linux/block/
H A Dblk-cgroup.c1551 if (tsk->throttle_disk) in blkcg_exit()
1552 put_disk(tsk->throttle_disk); in blkcg_exit()
1553 tsk->throttle_disk = NULL; in blkcg_exit()
2012 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
2020 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
2065 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
2070 if (current->throttle_disk) in blkcg_schedule_throttle()
2071 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
2072 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux/include/linux/
H A Dsched.h1546 struct gendisk *throttle_disk; member
/linux/kernel/
H A Dfork.c986 tsk->throttle_disk = NULL; in dup_task_struct()