Home
last modified time | relevance | path

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

/Linux-v5.15/tools/cgroup/
Diocost_monitor.py104 self.autop_idx = ioc.autop_idx.value_()
108 if self.autop_idx in autop_names:
109 self.autop_name = autop_names[self.autop_idx]
/Linux-v5.15/block/
Dblk-iocost.c441 int autop_idx; member
807 int idx = ioc->autop_idx; in ioc_autop_idx()
911 if (idx == ioc->autop_idx && !force) in ioc_refresh_params()
914 if (idx != ioc->autop_idx) in ioc_refresh_params()
917 ioc->autop_idx = idx; in ioc_refresh_params()
2869 ioc->autop_idx = AUTOP_INVALID; in blk_iocost_init()