Home
last modified time | relevance | path

Searched refs:iocg_stat (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py258 iocg_stat = IocgStat(iocg)
260 if not filter_re and not iocg_stat.is_active:
264 output += '\n' + iocg_stat.table_row_str(path)
266 output += '\n' + json.dumps(iocg_stat.dict(now, path))
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py265 iocg_stat = IocgStat(iocg)
267 if not filter_re and not iocg_stat.is_active:
271 output += '\n' + iocg_stat.table_row_str(path)
273 output += '\n' + json.dumps(iocg_stat.dict(now, path))
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c456 struct iocg_stat { struct
542 struct iocg_stat local_stat;
543 struct iocg_stat desc_stat;
544 struct iocg_stat last_stat;
1618 struct iocg_stat new_stat; in iocg_flush_stat_one()
1648 struct iocg_stat *parent_stat = in iocg_flush_stat_one()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c454 struct iocg_stat { struct
540 struct iocg_stat stat;
541 struct iocg_stat last_stat;
1675 struct iocg_stat *parent_stat = in iocg_flush_stat_upward()

Completed in 15 milliseconds