Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/cgroup/
H A 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]
/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c443 int autop_idx; member
809 int idx = ioc->autop_idx; in ioc_autop_idx()
913 if (idx == ioc->autop_idx && !force) in ioc_refresh_params()
916 if (idx != ioc->autop_idx) in ioc_refresh_params()
919 ioc->autop_idx = idx; in ioc_refresh_params()
2864 ioc->autop_idx = AUTOP_INVALID; in blk_iocost_init()