Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c550 int level; member
1100 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in __propagate_weights()
1180 for (lvl = 0; lvl <= iocg->level - 1; lvl++) { in current_hweight()
1222 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in current_hweight_max()
1285 for (i = iocg->level - 1; i > 0; i--) in iocg_activate()
1646 for (lvl = iocg->level - 1; lvl >= 0; lvl--) { in iocg_build_inner_walk()
1652 while (++lvl <= iocg->level - 1) { in iocg_build_inner_walk()
1693 if (iocg->level > 0) { in iocg_flush_stat_one()
1695 &iocg->ancestors[iocg->level - 1]->desc_stat; in iocg_flush_stat_one()
1897 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()