Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh211 shmmax=$(cat /proc/sys/kernel/shmmax)
213 echo 268435456 > /proc/sys/kernel/shmmax
216 echo "$shmmax" > /proc/sys/kernel/shmmax
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h43 unsigned long shmmax; member
/openbmc/linux/include/uapi/asm-generic/
H A Dshmbuf.h50 unsigned long shmmax; member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h40 unsigned long shmmax; member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h42 unsigned long shmmax; member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h49 unsigned long shmmax; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h34 __kernel_ulong_t shmmax; member
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h50 unsigned long shmmax; member
/openbmc/linux/ipc/
H A Dshm.c916 if (in->shmmax > INT_MAX) in copy_shminfo_to_user()
917 out.shmmax = INT_MAX; in copy_shminfo_to_user()
919 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user()
1053 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()
1335 compat_ulong_t shmmax; member
1355 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user()
1356 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user()
1360 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
1369 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
/openbmc/linux/include/uapi/linux/
H A Dshm.h94 int shmmax; member
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1281 ``ceil(shmmax/PAGE_SIZE)``.
1289 shmmax chapter
/openbmc/qemu/linux-user/
H A Dsyscall.c4391 abi_ulong shmmax; member
4404 __put_user(host_shminfo->shmmax, &target_shminfo->shmmax); in host_to_target_shminfo()