Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-cgroup.c1497 if (tsk->throttle_disk) in blkcg_exit()
1498 put_disk(tsk->throttle_disk); in blkcg_exit()
1499 tsk->throttle_disk = NULL; in blkcg_exit()
1951 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
1959 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
2003 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
2008 if (current->throttle_disk) in blkcg_schedule_throttle()
2009 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
2010 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux-6.12.1/include/linux/
Dsched.h1501 struct gendisk *throttle_disk; member
/linux-6.12.1/kernel/
Dfork.c1176 tsk->throttle_disk = NULL; in dup_task_struct()
/linux-6.12.1/mm/
Dswapfile.c4025 if (current->throttle_disk) in __folio_throttle_swaprate()