Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/damon/
A Ddrgn_dump_damon_status.py154 type_ = dict_['type']
155 if type_ == 'memcg':
157 elif type_ == 'addr':
160 elif type_ == 'target':
162 elif type_ == 'hugeapge_size':
A Dsysfs.py84 assert_true(filter_.type_ == dump['type'], 'type', dump)
88 if filter_.type_ == 'addr':
91 elif filter_.type_ == 'target':
94 elif filter_.type_ == 'hugepage_size':
234 _damon_sysfs.DamosFilter(type_='addr', matching=True,
239 _damon_sysfs.DamosFilter(type_='anon', matching=True,
A D_damon_sysfs.py233 type_ = None variable in DamosFilter
245 def __init__(self, type_='anon', matching=False, allow=False, argument
248 self.type_ = type_
262 err = write_file(os.path.join(self.sysfs_dir(), 'type'), self.type_)
/tools/net/ynl/pyynl/
A Dynl_gen_rst.py220 type_ = entry.get("type")
221 if type_:
270 type_ = attr.get("type")
272 if type_:

Completed in 7 milliseconds