Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-cgroup.c1380 if (tsk->throttle_disk) in blkcg_exit()
1381 put_disk(tsk->throttle_disk); in blkcg_exit()
1382 tsk->throttle_disk = NULL; in blkcg_exit()
1841 struct gendisk *disk = current->throttle_disk; in blkcg_maybe_throttle_current()
1849 current->throttle_disk = NULL; in blkcg_maybe_throttle_current()
1893 if (current->throttle_disk != disk) { in blkcg_schedule_throttle()
1898 if (current->throttle_disk) in blkcg_schedule_throttle()
1899 put_disk(current->throttle_disk); in blkcg_schedule_throttle()
1900 current->throttle_disk = disk; in blkcg_schedule_throttle()
/linux-6.3-rc2/include/linux/
A Dsched.h1445 struct gendisk *throttle_disk; member
/linux-6.3-rc2/kernel/
A Dfork.c1044 tsk->throttle_disk = NULL; in dup_task_struct()
/linux-6.3-rc2/mm/
A Dswapfile.c3653 if (current->throttle_disk) in __cgroup_throttle_swaprate()

Completed in 23 milliseconds