Home
last modified time | relevance | path

Searched defs:iocg (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/block/
Dblk-iocost.c195 #define TRACE_IOCG_PATH(type, iocg, ...) \ argument
209 #define TRACE_IOCG_PATH(type, iocg, ...) do { } while (0) argument
573 struct ioc_gq *iocg; member
689 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg()
717 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, in iocg_commit_bio()
730 static void iocg_lock(struct ioc_gq *iocg, bool lock_ioc, unsigned long *flags) in iocg_lock()
740 static void iocg_unlock(struct ioc_gq *iocg, bool unlock_ioc, unsigned long *flags) in iocg_unlock()
1084 static void __propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in __propagate_weights()
1159 static void propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in propagate_weights()
1166 static void current_hweight(struct ioc_gq *iocg, u32 *hw_activep, u32 *hw_inusep) in current_hweight()
[all …]
/kernel/linux/linux-5.10/block/
Dblk-iocost.c195 #define TRACE_IOCG_PATH(type, iocg, ...) \ argument
209 #define TRACE_IOCG_PATH(type, iocg, ...) do { } while (0) argument
577 struct ioc_gq *iocg; member
697 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg()
725 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, in iocg_commit_bio()
738 static void iocg_lock(struct ioc_gq *iocg, bool lock_ioc, unsigned long *flags) in iocg_lock()
748 static void iocg_unlock(struct ioc_gq *iocg, bool unlock_ioc, unsigned long *flags) in iocg_unlock()
1027 static void __propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in __propagate_weights()
1102 static void propagate_weights(struct ioc_gq *iocg, u32 active, u32 inuse, in propagate_weights()
1109 static void current_hweight(struct ioc_gq *iocg, u32 *hw_activep, u32 *hw_inusep) in current_hweight()
[all …]
/kernel/linux/linux-5.10/tools/cgroup/
Diocost_monitor.py141 def __init__(self, iocg): argument
257 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') variable
/kernel/linux/linux-6.6/tools/cgroup/
Diocost_monitor.py144 def __init__(self, iocg): argument
264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') variable