Searched refs:walk_end (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pagemap_ioctl.c | 66 long return_mask, long *walk_end) in pagemap_ioc() argument 85 if (walk_end) in pagemap_ioc() 86 *walk_end = arg.walk_end; in pagemap_ioc() 242 long walk_end; in sanity_tests_sd() local 504 walk_end = (long)mem; in sanity_tests_sd() 514 ret = pagemap_ioc((void *)walk_end, mem_size-(walk_end - (long)mem), vec, in sanity_tests_sd() 516 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end); in sanity_tests_sd() 555 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end); in sanity_tests_sd() 558 ksft_test_result(ret == 0 && walk_end == (long)mem, in sanity_tests_sd() 562 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end); in sanity_tests_sd() [all …]
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 2392 p->arg.walk_end = *end; in pagemap_scan_output() 2592 p->arg.walk_end = start; in pagemap_scan_hugetlb_entry() 2676 arg->walk_end = 0; in pagemap_scan_get_args() 2688 if (copy_to_user(&uarg->walk_end, &arg->walk_end, sizeof(arg->walk_end))) in pagemap_scan_writeback_args() 2757 walk_start = p.arg.walk_end) { in do_pagemap_scan() 2803 if (!p.arg.walk_end) in do_pagemap_scan() 2804 p.arg.walk_end = p.arg.end; in do_pagemap_scan()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | fs.h | 388 __u64 walk_end; member
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 391 __u64 walk_end; member
|
/linux-6.12.1/include/uapi/linux/ |
D | fs.h | 391 __u64 walk_end; member
|