Searched refs:throttle_disk (Results 1 – 4 of 4) sorted by relevance
1536 if (tsk->throttle_disk) in blkcg_exit()1537 put_disk(tsk->throttle_disk); in blkcg_exit()1538 tsk->throttle_disk = NULL; in blkcg_exit()1997 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()2005 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()2049 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()2054 if (current->throttle_disk) in blkcg_schedule_throttle()2055 put_disk(current->throttle_disk); in blkcg_schedule_throttle()2056 current->throttle_disk = disk; in blkcg_schedule_throttle()
1562 struct gendisk *throttle_disk; member
941 tsk->throttle_disk = NULL; in dup_task_struct()
4072 if (current->throttle_disk) in __folio_throttle_swaprate()