Searched refs:shmmax (Results 1 – 11 of 11) sorted by relevance
83 shmmax=`cat /proc/sys/kernel/shmmax`85 echo 268435456 > /proc/sys/kernel/shmmax97 echo $shmmax > /proc/sys/kernel/shmmax
900 if (in->shmmax > INT_MAX) in copy_shminfo_to_user()901 out.shmmax = INT_MAX; in copy_shminfo_to_user()903 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user()1037 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()1319 compat_ulong_t shmmax; member1339 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user()1340 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user()1344 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()1353 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
40 unsigned long shmmax; member
48 unsigned long shmmax; member
37 unsigned long shmmax; member
46 unsigned long shmmax; member
30 __kernel_ulong_t shmmax; member
47 unsigned long shmmax; member
94 int shmmax; member
1192 ``ceil(shmmax/PAGE_SIZE)``.1200 shmmax chapter
Completed in 14 milliseconds