/third_party/musl/arch/or1k/bits/ |
H A D | shm.h | 24 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/powerpc/bits/ |
H A D | shm.h | 23 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/riscv32/bits/ |
H A D | shm.h | 24 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused[4]; member
|
/third_party/musl/arch/generic/bits/ |
H A D | shm.h | 21 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/m68k/bits/ |
H A D | shm.h | 24 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | shm.h | 22 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | shm.h | 16 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/musl/arch/sh/bits/ |
H A D | shm.h | 24 unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused1[4]; member
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 672 size_t shmmax; in update_shm_size() local 674 SAFE_FILE_SCANF(PATH_SHMMAX, "%zu", &shmmax); in update_shm_size() 675 if (*shm_size > shmmax) { in update_shm_size() 676 tst_res(TINFO, "Set shm_size to shmmax: %zu", shmmax); in update_shm_size() 677 *shm_size = shmmax; in update_shm_size()
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 47 unsigned long shmmax; member
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 30 __kernel_ulong_t shmmax; member
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | shmbuf.h | 50 unsigned long shmmax; member
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | shmbuf.h | 42 unsigned long shmmax; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | shmbuf.h | 34 __kernel_ulong_t shmmax; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | shmbuf.h | 51 unsigned long shmmax; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | shmbuf.h | 51 unsigned long shmmax; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | shmbuf.h | 37 __kernel_ulong_t shmmax; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | shmbuf.h | 37 __kernel_ulong_t shmmax; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | shm.h | 26 unsigned long shmmax, shmmin, shmmni, shmseg, shmall; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | shm.h | 26 unsigned long shmmax, shmmin, shmmni, shmseg, shmall; member
|
/third_party/musl/arch/x32/bits/ |
H A D | shm.h | 18 unsigned long shmmax, __pad0, shmmin, __pad1, shmmni, __pad2, member
|
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 13 * Make shmmax, shmall, shmmni sysctl'able, Christoph Rohland <cr@sap.com> 906 if (in->shmmax > INT_MAX) in copy_shminfo_to_user() 907 out.shmmax = INT_MAX; in copy_shminfo_to_user() 909 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user() 1043 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info() 1325 compat_ulong_t shmmax; member 1345 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user() 1346 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user() 1350 info.shmmax in copy_compat_shminfo_to_user() [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 13 * Make shmmax, shmall, shmmni sysctl'able, Christoph Rohland <cr@sap.com> 916 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 copy_compat_shminfo_to_user() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | shm.h | 94 int shmmax; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | shm.h | 94 int shmmax; member
|