Searched refs:throttle_disk (Results 1 – 3 of 3) sorted by relevance
1551 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()
1546 struct gendisk *throttle_disk; member
986 tsk->throttle_disk = NULL; in dup_task_struct()