Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh287 shmmax=$(cat /proc/sys/kernel/shmmax)
289 echo 268435456 > /proc/sys/kernel/shmmax
292 echo "$shmmax" > /proc/sys/kernel/shmmax
/linux/ipc/
H A Dshm.c913 if (in->shmmax > INT_MAX) in copy_shminfo_to_user()
914 out.shmmax = INT_MAX; in copy_shminfo_to_user()
916 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user()
1050 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()
1332 compat_ulong_t shmmax; member
1352 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user()
1353 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user()
1357 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
1366 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
/linux/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h43 unsigned long shmmax; member
/linux/include/uapi/asm-generic/
H A Dshmbuf.h50 unsigned long shmmax; member
/linux/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h49 unsigned long shmmax; member
/linux/arch/parisc/include/uapi/asm/
H A Dshmbuf.h42 unsigned long shmmax; member
/linux/arch/sparc/include/uapi/asm/
H A Dshmbuf.h40 unsigned long shmmax; member
/linux/arch/x86/include/uapi/asm/
H A Dshmbuf.h34 __kernel_ulong_t shmmax; member
/linux/arch/mips/include/uapi/asm/
H A Dshmbuf.h50 unsigned long shmmax; member
/linux/include/uapi/linux/
H A Dshm.h91 int shmmax;
94 int shmmax; global() member