Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c70 long return_mask, long *walk_end) in pagemap_ioc()
89 if (walk_end) in pagemap_ioc()
90 *walk_end = arg.walk_end; in pagemap_ioc()
250 long walk_end; in sanity_tests_sd()
512 walk_end = (long)mem; in sanity_tests_sd()
522 ret = pagemap_ioc((void *)walk_end, mem_size-(walk_end - (long)mem), vec, in sanity_tests_sd()
524 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end); in sanity_tests_sd()
563 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end); in sanity_tests_sd()
69 pagemap_ioc(void * start,int len,void * vec,int vec_len,int flag,int max_pages,long required_mask,long anyof_mask,long excluded_mask,long return_mask,long * walk_end) pagemap_ioc() argument
247 long walk_end; sanity_tests_sd() local
[all...]
H A Dguard-regions.c2166 ASSERT_EQ(pm_scan_args.walk_end, (long)ptr + 10 * page_size); in TEST_F()
2180 ASSERT_EQ(pm_scan_args.walk_end, (long)ptr + 10 * page_size); in TEST_F()
/linux/tools/include/uapi/linux/
H A Dfs.h391 * @walk_end Address where the scan stopped (written by kernel).
392 * walk_end == end (address tags cleared) informs that the scan completed on entire range.
406 __u64 walk_end;
405 __u64 walk_end; global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h512 __u64 walk_end; member