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

/linux-master/block/
H A Dblk-cgroup.c1473 if (tsk->throttle_disk)
1474 put_disk(tsk->throttle_disk);
1475 tsk->throttle_disk = NULL;
1909 * check to see if current->throttle_disk is set and if not this doesn't do
1916 struct gendisk *disk = current->throttle_disk;
1924 current->throttle_disk = NULL;
1968 if (current->throttle_disk != disk) {
1973 if (current->throttle_disk)
1974 put_disk(current->throttle_disk);
1975 current->throttle_disk
[all...]
/linux-master/include/linux/
H A Dsched.h1461 struct gendisk *throttle_disk; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c1175 tsk->throttle_disk = NULL;
/linux-master/mm/
H A Dswapfile.c3669 if (current->throttle_disk)

Completed in 283 milliseconds