Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/block/
Dblk-iocost.c424 int autop_idx; member
721 int idx = ioc->autop_idx; in ioc_autop_idx()
826 if (idx == ioc->autop_idx && !force) in ioc_refresh_params()
829 if (idx != ioc->autop_idx) in ioc_refresh_params()
832 ioc->autop_idx = idx; in ioc_refresh_params()
1941 ioc->autop_idx = AUTOP_INVALID; in blk_iocost_init()