Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh212 shmall=$(cat /proc/sys/kernel/shmall)
214 echo 4194304 > /proc/sys/kernel/shmall
217 echo "$shmall" > /proc/sys/kernel/shmall
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h47 unsigned long shmall; member
/openbmc/linux/include/uapi/asm-generic/
H A Dshmbuf.h54 unsigned long shmall; member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h44 unsigned long shmall; member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h46 unsigned long shmall; member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h53 unsigned long shmall; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h38 __kernel_ulong_t shmall; member
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h54 unsigned long shmall; member
/openbmc/linux/include/uapi/linux/
H A Dshm.h98 int shmall; member
/openbmc/linux/ipc/
H A Dshm.c924 out.shmall = in->shmall; in copy_shminfo_to_user()
1054 shminfo->shmall = ns->shm_ctlall; in shmctl_ipc_info()
1339 compat_ulong_t shmall; member
1364 info.shmall = in->shmall; in copy_compat_shminfo_to_user()
1373 info.shmall = in->shmall; in copy_compat_shminfo_to_user()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1276 shmall chapter
1280 can be used system wide. Hence, ``shmall`` should always be at least
/openbmc/qemu/linux-user/
H A Dsyscall.c4395 abi_ulong shmall; member
4408 __put_user(host_shminfo->shmall, &target_shminfo->shmall); in host_to_target_shminfo()