Searched refs:level (Results 1 – 2 of 2) sorted by relevance
552 int level; member1054 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 …]
41 void _ldm_printk(const char *level, const char *function, const char *fmt, ...) in _ldm_printk() argument51 printk("%s%s(): %pV\n", level, function, &vaf); in _ldm_printk()