Home
last modified time | relevance | path

Searched refs:level (Results 1 – 2 of 2) sorted by relevance

/block/
Dblk-iocost.c552 int level; member
1054 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in __propagate_weights()
1134 for (lvl = 0; lvl <= iocg->level - 1; lvl++) { in current_hweight()
1176 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in current_hweight_max()
1239 for (i = iocg->level - 1; i > 0; i--) in iocg_activate()
1600 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in iocg_build_inner_walk()
1606 while (++lvl <= iocg->level - 1) { in iocg_build_inner_walk()
1647 if (iocg->level > 0) { in iocg_flush_stat_one()
1649 &iocg->ancestors[iocg->level - 1]->desc_stat; in iocg_flush_stat_one()
1851 WARN_ON_ONCE(root_iocg->level > 0); in transfer_surpluses()
[all …]
/block/partitions/
Dldm.c41 void _ldm_printk(const char *level, const char *function, const char *fmt, ...) in _ldm_printk() argument
51 printk("%s%s(): %pV\n", level, function, &vaf); in _ldm_printk()