Searched refs:throttle_disk (Results 1 – 4 of 4) sorted by relevance
1519 if (tsk->throttle_disk) in blkcg_exit()1520 put_disk(tsk->throttle_disk); in blkcg_exit()1521 tsk->throttle_disk = NULL; in blkcg_exit()1982 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()1990 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()2035 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()2040 if (current->throttle_disk) in blkcg_schedule_throttle()2041 put_disk(current->throttle_disk); in blkcg_schedule_throttle()2042 current->throttle_disk = disk; in blkcg_schedule_throttle()
1584 struct gendisk *throttle_disk; member
996 tsk->throttle_disk = NULL; in dup_task_struct()
3923 if (current->throttle_disk) in __folio_throttle_swaprate()