Searched refs:cachestat (Results 1 – 25 of 32) sorted by relevance
12
/linux-6.12.1/tools/testing/selftests/cachestat/ |
D | test_cachestat.c | 28 void print_cachestat(struct cachestat *cs) in print_cachestat() 126 struct cachestat cs; in test_cachestat() 213 struct cachestat cs; in test_cachestat_shmem()
|
/linux-6.12.1/include/uapi/linux/ |
D | mman.h | 51 struct cachestat { struct
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | mman.h | 51 struct cachestat { struct
|
/linux-6.12.1/kernel/ |
D | sys_ni.c | 196 COND_SYSCALL(cachestat);
|
/linux-6.12.1/tools/testing/selftests/ |
D | Makefile | 8 TARGETS += cachestat
|
/linux-6.12.1/mm/ |
D | filemap.c | 4291 pgoff_t first_index, pgoff_t last_index, struct cachestat *cs) in filemap_cachestat() 4420 SYSCALL_DEFINE4(cachestat, unsigned int, fd, in SYSCALL_DEFINE4() argument 4422 struct cachestat __user *, cstat, unsigned int, flags) in SYSCALL_DEFINE4() 4427 struct cachestat cs; in SYSCALL_DEFINE4() 4453 memset(&cs, 0, sizeof(struct cachestat)); in SYSCALL_DEFINE4() 4458 if (copy_to_user(cstat, &cs, sizeof(struct cachestat))) in SYSCALL_DEFINE4()
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 368 451 n64 cachestat sys_cachestat
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 368 451 n64 cachestat sys_cachestat
|
D | syscall_n32.tbl | 392 451 n32 cachestat sys_cachestat
|
D | syscall_o32.tbl | 441 451 o32 cachestat sys_cachestat
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 377 451 common cachestat sys_cachestat
|
D | syscall_32.tbl | 459 451 i386 cachestat sys_cachestat
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 394 451 common cachestat sys_cachestat
|
D | syscall_32.tbl | 465 451 common cachestat sys_cachestat
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 377 451 common cachestat sys_cachestat
|
D | syscall_32.tbl | 459 451 i386 cachestat sys_cachestat
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 394 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 424 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 452 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 459 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 453 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 457 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 499 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/arm/tools/ |
D | syscall.tbl | 468 451 common cachestat sys_cachestat
|
/linux-6.12.1/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 493 561 common cachestat sys_cachestat
|
12