Home
last modified time | relevance | path

Searched refs:shmmax (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/tools/testing/selftests/vm/ !
Drun_vmtests.sh92 shmmax=$(cat /proc/sys/kernel/shmmax)
94 echo 268435456 > /proc/sys/kernel/shmmax
97 echo "$shmmax" > /proc/sys/kernel/shmmax
/linux-5.19.10/arch/xtensa/include/uapi/asm/ !
Dshmbuf.h43 unsigned long shmmax; member
/linux-5.19.10/include/uapi/asm-generic/ !
Dshmbuf.h50 unsigned long shmmax; member
/linux-5.19.10/ipc/ !
Dshm.c900 if (in->shmmax > INT_MAX) in copy_shminfo_to_user()
901 out.shmmax = INT_MAX; in copy_shminfo_to_user()
903 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user()
1037 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()
1319 compat_ulong_t shmmax; member
1339 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user()
1340 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user()
1344 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
1353 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
/linux-5.19.10/arch/sparc/include/uapi/asm/ !
Dshmbuf.h40 unsigned long shmmax; member
/linux-5.19.10/arch/powerpc/include/uapi/asm/ !
Dshmbuf.h49 unsigned long shmmax; member
/linux-5.19.10/arch/parisc/include/uapi/asm/ !
Dshmbuf.h42 unsigned long shmmax; member
/linux-5.19.10/arch/x86/include/uapi/asm/ !
Dshmbuf.h34 __kernel_ulong_t shmmax; member
/linux-5.19.10/arch/mips/include/uapi/asm/ !
Dshmbuf.h50 unsigned long shmmax; member
/linux-5.19.10/include/uapi/linux/ !
Dshm.h94 int shmmax; member
/linux-5.19.10/Documentation/admin-guide/sysctl/ !
Dkernel.rst1186 ``ceil(shmmax/PAGE_SIZE)``.
1194 shmmax chapter