Searched refs:walk_tree (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 1050 int walk_tree(const char *name, const struct stat *st, int type, struct FTW *f) in walk_tree() function 1080 if (nftw(opt_file, walk_tree, 64, FTW_MOUNT | FTW_PHYS) < 0) in walk_page_cache()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 1063 int walk_tree(const char *name, const struct stat *st, int type, struct FTW *f) in walk_tree() function 1093 if (nftw(opt_file, walk_tree, 64, FTW_MOUNT | FTW_PHYS) < 0) in walk_page_cache()
|
Completed in 5 milliseconds