Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/mm/
A Drun_vmtests.sh165 shmmax=$(cat /proc/sys/kernel/shmmax)
167 echo 268435456 > /proc/sys/kernel/shmmax
170 echo "$shmmax" > /proc/sys/kernel/shmmax
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dshmbuf.h43 unsigned long shmmax; member
/linux-6.3-rc2/ipc/
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()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dshmbuf.h50 unsigned long shmmax; member
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dshmbuf.h40 unsigned long shmmax; member
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dshmbuf.h49 unsigned long shmmax; member
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dshmbuf.h42 unsigned long shmmax; member
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dshmbuf.h34 __kernel_ulong_t shmmax; member
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dshmbuf.h50 unsigned long shmmax; member
/linux-6.3-rc2/include/uapi/linux/
A Dshm.h94 int shmmax; member
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dkernel.rst1233 ``ceil(shmmax/PAGE_SIZE)``.
1241 shmmax chapter

Completed in 14 milliseconds