Searched refs:blkcg_schedule_throttle (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk-cgroup.h | 28 void blkcg_schedule_throttle(struct gendisk *disk, bool use_memdelay);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 620 void blkcg_schedule_throttle(struct request_queue *q, bool use_memdelay); 646 static inline void blkcg_schedule_throttle(struct request_queue *q, bool use_memdelay) { } in blkcg_schedule_throttle() function
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iolatency.c | 294 blkcg_schedule_throttle(rqos->q, use_memdelay); in __blkcg_iolatency_throttle()
|
H A D | blk-iocost.c | 2645 blkcg_schedule_throttle(rqos->q, in ioc_rqos_throttle() 2746 blkcg_schedule_throttle(rqos->q, in ioc_rqos_merge()
|
H A D | blk-cgroup.c | 1771 * blkcg_schedule_throttle - this task needs to check for throttling 1787 void blkcg_schedule_throttle(struct request_queue *q, bool use_memdelay) in blkcg_schedule_throttle() function
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iolatency.c | 295 blkcg_schedule_throttle(rqos->disk, use_memdelay); in __blkcg_iolatency_throttle()
|
H A D | blk-iocost.c | 2678 blkcg_schedule_throttle(rqos->disk, in ioc_rqos_throttle() 2779 blkcg_schedule_throttle(rqos->disk, in ioc_rqos_merge()
|
H A D | blk-cgroup.c | 1944 * blkcg_schedule_throttle - this task needs to check for throttling 1960 void blkcg_schedule_throttle(struct gendisk *disk, bool use_memdelay) in blkcg_schedule_throttle() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | swapfile.c | 3872 blkcg_schedule_throttle(bdev_get_queue(si->bdev), true); in cgroup_throttle_swaprate()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 3686 blkcg_schedule_throttle(si->bdev->bd_disk, true); in __folio_throttle_swaprate()
|
Completed in 28 milliseconds