Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-cgroup.c1470 if (tsk->throttle_disk) in blkcg_exit()
1471 put_disk(tsk->throttle_disk); in blkcg_exit()
1472 tsk->throttle_disk = NULL; in blkcg_exit()
1913 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
1921 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
1965 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
1970 if (current->throttle_disk) in blkcg_schedule_throttle()
1971 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
1972 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux-6.6.21/include/linux/
Dsched.h1447 struct gendisk *throttle_disk; member
/linux-6.6.21/kernel/
Dfork.c1178 tsk->throttle_disk = NULL; in dup_task_struct()
/linux-6.6.21/mm/
Dswapfile.c3645 if (current->throttle_disk) in __folio_throttle_swaprate()