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

/linux-master/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c66 long return_mask, long *walk_end)
85 if (walk_end)
86 *walk_end = arg.walk_end;
242 long walk_end; local
504 walk_end = (long)mem;
514 ret = pagemap_ioc((void *)walk_end, mem_size-(walk_end - (long)mem), vec,
516 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end);
555 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN, &walk_end);
64 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) argument
[all...]
/linux-master/include/uapi/linux/
H A Dfs.h371 * @walk_end Address where the scan stopped (written by kernel).
372 * walk_end == end (address tags cleared) informs that the scan completed on entire range.
386 __u64 walk_end; member in struct:pm_scan_arg
/linux-master/tools/include/uapi/linux/
H A Dfs.h371 * @walk_end Address where the scan stopped (written by kernel).
372 * walk_end == end (address tags cleared) informs that the scan completed on entire range.
386 __u64 walk_end; member in struct:pm_scan_arg
/linux-master/fs/proc/
H A Dtask_mmu.c2093 p->arg.walk_end = *end;
2287 p->arg.walk_end = start;
2369 arg->walk_end = 0;
2381 if (copy_to_user(&uarg->walk_end, &arg->walk_end, sizeof(arg->walk_end)))
2450 walk_start = p.arg.walk_end) {
2495 /* The walk_end isn't set when ret is zero */
2496 if (!p.arg.walk_end)
2497 p.arg.walk_end
[all...]

Completed in 261 milliseconds