Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup.c1505 if (tsk->throttle_disk) in blkcg_exit()
1506 put_disk(tsk->throttle_disk); in blkcg_exit()
1507 tsk->throttle_disk = NULL; in blkcg_exit()
1948 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
1956 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
2000 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
2005 if (current->throttle_disk) in blkcg_schedule_throttle()
2006 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
2007 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux/include/linux/
H A Dsched.h1465 struct gendisk *throttle_disk; member
/linux/kernel/
H A Dfork.c1175 tsk->throttle_disk = NULL; in dup_task_struct()
/linux/mm/
H A Dswapfile.c3702 if (current->throttle_disk) in __folio_throttle_swaprate()