Searched refs:throttle_disk (Results 1 – 4 of 4) sorted by relevance
1457 if (tsk->throttle_disk) in blkcg_exit()1458 put_disk(tsk->throttle_disk); in blkcg_exit()1459 tsk->throttle_disk = NULL; in blkcg_exit()1900 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()1908 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()1952 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()1957 if (current->throttle_disk) in blkcg_schedule_throttle()1958 put_disk(current->throttle_disk); in blkcg_schedule_throttle()1959 current->throttle_disk = disk; in blkcg_schedule_throttle()
1447 struct gendisk *throttle_disk; member
1178 tsk->throttle_disk = NULL; in dup_task_struct()
3632 if (current->throttle_disk) in __folio_throttle_swaprate()