Home
last modified time | relevance | path

Searched refs:cachestat (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c28 void print_cachestat(struct cachestat *cs) in print_cachestat()
131 struct cachestat cs; in test_cachestat()
230 struct cachestat cs; in run_cachestat_test()
/linux/include/uapi/linux/
H A Dmman.h51 struct cachestat { struct
/linux/tools/include/uapi/linux/
H A Dmman.h51 struct cachestat { struct
/linux/tools/testing/selftests/
H A DMakefile8 TARGETS += cachestat
/linux/mm/
H A Dfilemap.c4570 pgoff_t first_index, pgoff_t last_index, struct cachestat *cs) in filemap_cachestat()
4713 SYSCALL_DEFINE4(cachestat, unsigned int, fd, in SYSCALL_DEFINE4() argument
4715 struct cachestat __user *, cstat, unsigned int, flags) in SYSCALL_DEFINE4()
4720 struct cachestat cs; in SYSCALL_DEFINE4()
4743 memset(&cs, 0, sizeof(struct cachestat)); in SYSCALL_DEFINE4()
4747 if (copy_to_user(cstat, &cs, sizeof(struct cachestat))) in SYSCALL_DEFINE4()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl368 451 n64 cachestat sys_cachestat
/linux/scripts/
H A Dsyscall.tbl394 451 common cachestat sys_cachestat
/linux/tools/scripts/
H A Dsyscall.tbl394 451 common cachestat sys_cachestat
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl380 451 common cachestat sys_cachestat
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl457 451 common cachestat sys_cachestat
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl424 451 common cachestat sys_cachestat
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl378 451 common cachestat sys_cachestat
H A Dsyscall_32.tbl459 451 i386 cachestat sys_cachestat
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl499 451 common cachestat sys_cachestat
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl468 451 common cachestat sys_cachestat
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl544 451 common cachestat sys_cachestat
/linux/init/
H A DKconfig2025 bool "Enable cachestat() system call" if EXPERT
2028 Enable the cachestat system call, which queries the page cache
/linux/
H A DMAINTAINERS5621 F: tools/testing/selftests/cachestat/test_cachestat.c