Searched refs:kpageflags_read (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | page.c | 227 static ssize_t kpageflags_read(struct file *file, char __user *buf, in kpageflags_read() function 271 .proc_read = kpageflags_read,
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | page.c | 229 static ssize_t kpageflags_read(struct file *file, char __user *buf, in kpageflags_read() function 274 .proc_read = kpageflags_read,
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 275 static unsigned long kpageflags_read(uint64_t *buf, in kpageflags_read() function 687 pages = kpageflags_read(buf, index, batch); in walk_pfn() 1031 if (!kpageflags_read(&flags, pfn, 1)) in walk_file()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 275 static unsigned long kpageflags_read(uint64_t *buf, in kpageflags_read() function 689 pages = kpageflags_read(buf, index, batch); in walk_pfn() 1030 if (!kpageflags_read(&flags, pfn, 1)) in walk_file_range()
|
Completed in 5 milliseconds