Home
last modified time | relevance | path

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

/ipc/
Dshm.c811 if (in->shmmax > INT_MAX) in copy_shminfo_to_user()
812 out.shmmax = INT_MAX; in copy_shminfo_to_user()
814 out.shmmax = (int)in->shmmax; in copy_shminfo_to_user()
948 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()
1230 compat_ulong_t shmmax; member
1250 if (in->shmmax > INT_MAX) in copy_compat_shminfo_to_user()
1251 in->shmmax = INT_MAX; in copy_compat_shminfo_to_user()
1255 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()
1264 info.shmmax = in->shmmax; in copy_compat_shminfo_to_user()