Searched refs:memcg_path (Results 1 – 5 of 5) sorted by relevance
/linux/tools/mm/ ! |
H A D | show_page_info.py | 98 memcg_name, memcg_path = get_memcg_info(page) 100 fields["Memcg Path"] = memcg_path
|
/linux/mm/damon/ ! |
H A D | sysfs-schemes.c | 327 char *memcg_path; member 499 filter->memcg_path ? filter->memcg_path : ""); in memcg_path_show() 514 kfree(filter->memcg_path); in memcg_path_store() 515 filter->memcg_path = path; in memcg_path_store() 619 kfree(filter->memcg_path); in damon_sysfs_scheme_filter_release() 633 __ATTR_RW_MODE(memcg_path, 0600); 2414 static int damon_sysfs_memcg_path_to_id(char *memcg_path, unsigned short *id) in damon_sysfs_memcg_path_to_id() argument 2420 if (!memcg_path) in damon_sysfs_memcg_path_to_id() 2432 if (damon_sysfs_memcg_path_eq(memcg, path, memcg_path)) { in damon_sysfs_memcg_path_to_id() [all...] |
/linux/tools/testing/selftests/damon/ ! |
H A D | _damon_sysfs.py | 236 memcg_path = None variable in DamosFilter 246 memcg_path='', addr_start=0, addr_end=0, target_idx=0, min_=0, argument 251 self.memcg_path = memcg_path, 272 err = write_file(os.path.join(self.sysfs_dir(), 'memcg_path'), 273 self.memcg_path)
|
/linux/Documentation/admin-guide/mm/damon/ ! |
H A D | usage.rst | 87 │ │ │ │ │ │ │ │ 0/type,matching,allow,memcg_path,addr_start,addr_end,target_idx,min,max 456 ``allow``, ``memcg_path``, ``addr_start``, ``addr_end``, ``min``, ``max`` 463 ``memcg_path`` file. For ``addr`` type, you can specify the start and end 487 echo /having_care_already > 1/memcg_path
|
/linux/Documentation/admin-guide/mm/ ! |
H A D | multigen_lru.rst | 111 memcg memcg_id memcg_path
|