Searched refs:throttle_disk (Results 1 - 4 of 4) sorted by last modified time

/linux-master/mm/
H A Dswapfile.c3702 if (current->throttle_disk)
/linux-master/kernel/
H A Dfork.c1175 tsk->throttle_disk = NULL;
/linux-master/include/linux/
H A Dsched.h1465 struct gendisk *throttle_disk; member in struct:task_struct
/linux-master/block/
H A Dblk-cgroup.c1466 if (tsk->throttle_disk)
1467 put_disk(tsk->throttle_disk);
1468 tsk->throttle_disk = NULL;
1902 * check to see if current->throttle_disk is set and if not this doesn't do
1909 struct gendisk *disk = current->throttle_disk;
1917 current->throttle_disk = NULL;
1961 if (current->throttle_disk != disk) {
1966 if (current->throttle_disk)
1967 put_disk(current->throttle_disk);
1968 current->throttle_disk
[all...]

Completed in 208 milliseconds