Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-iocost.c196 #define TRACE_IOCG_PATH(type, iocg, ...) \ argument
210 #define TRACE_IOCG_PATH(type, iocg, ...) do { } while (0) argument
524 struct ioc_gq *iocg; member
644 static struct blkcg_gq *iocg_to_blkg(struct ioc_gq *iocg) in iocg_to_blkg()
672 static void iocg_commit_bio(struct ioc_gq *iocg, struct bio *bio, u64 cost) in iocg_commit_bio()
894 static void __propagate_active_weight(struct ioc_gq *iocg, u32 active, u32 inuse) in __propagate_active_weight()
951 static void propagate_active_weight(struct ioc_gq *iocg, u32 active, u32 inuse) in propagate_active_weight()
957 static void current_hweight(struct ioc_gq *iocg, u32 *hw_activep, u32 *hw_inusep) in current_hweight()
1011 static void weight_updated(struct ioc_gq *iocg) in weight_updated()
1027 static bool iocg_activate(struct ioc_gq *iocg, struct ioc_now *now) in iocg_activate()
[all …]
/Linux-v5.4/tools/cgroup/
Diocost_monitor.py141 def __init__(self, iocg): argument
264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') variable