Home
last modified time | relevance | path

Searched refs:cfg_weight (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c471 * cgroup. `cfg_weight` is the explicit per-device-cgroup
486 u32 cfg_weight; member
1198 weight = iocg->cfg_weight ?: iocc->dfl_weight; in weight_updated()
3039 if (dname && iocg->cfg_weight) in ioc_weight_prfill()
3040 seq_printf(sf, "%s %u\n", dname, iocg->cfg_weight / WEIGHT_ONE); in ioc_weight_prfill()
3109 iocg->cfg_weight = v * WEIGHT_ONE; in ioc_weight_write()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c469 * cgroup. `cfg_weight` is the explicit per-device-cgroup
484 u32 cfg_weight; member
1255 weight = iocg->cfg_weight ?: iocc->dfl_weight; in weight_updated()
3067 if (dname && iocg->cfg_weight) in ioc_weight_prfill()
3068 seq_printf(sf, "%s %u\n", dname, iocg->cfg_weight / WEIGHT_ONE); in ioc_weight_prfill()
3139 iocg->cfg_weight = v * WEIGHT_ONE; in ioc_weight_write()

Completed in 10 milliseconds