Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-cgroup.c1554 if (tsk->throttle_disk) in blkcg_exit()
1555 put_disk(tsk->throttle_disk); in blkcg_exit()
1556 tsk->throttle_disk = NULL; in blkcg_exit()
2015 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
2023 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
2067 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
2072 if (current->throttle_disk) in blkcg_schedule_throttle()
2073 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
2074 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux-6.15/include/linux/
H A Dsched.h1555 struct gendisk *throttle_disk; member
/linux-6.15/kernel/
H A Dfork.c1197 tsk->throttle_disk = NULL; in dup_task_struct()
/linux-6.15/mm/
H A Dswapfile.c3930 if (current->throttle_disk) in __folio_throttle_swaprate()