Home
last modified time | relevance | path

Searched refs:blkcg_schedule_throttle (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h620 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/
Dblk-iolatency.c294 blkcg_schedule_throttle(rqos->q, use_memdelay); in __blkcg_iolatency_throttle()
Dblk-iocost.c2628 blkcg_schedule_throttle(rqos->q, in ioc_rqos_throttle()
2729 blkcg_schedule_throttle(rqos->q, in ioc_rqos_merge()
Dblk-cgroup.c1783 void blkcg_schedule_throttle(struct request_queue *q, bool use_memdelay) in blkcg_schedule_throttle() function
/kernel/linux/linux-5.10/mm/
Dswapfile.c3859 blkcg_schedule_throttle(bdev_get_queue(si->bdev), true); in cgroup_throttle_swaprate()