Home
last modified time | relevance | path

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

/ipc/
Dshm.c986 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() argument
996 ipcp = ipcctl_obtain_check(ns, &shm_ids(ns), shmid, cmd, in shmctl_down()
1075 static int shmctl_stat(struct ipc_namespace *ns, int shmid, in shmctl_stat() argument
1085 shp = shm_obtain_object(ns, shmid); in shmctl_stat()
1091 shp = shm_obtain_object_check(ns, shmid); in shmctl_stat()
1159 static int shmctl_do_lock(struct ipc_namespace *ns, int shmid, int cmd) in shmctl_do_lock() argument
1166 shp = shm_obtain_object_check(ns, shmid); in shmctl_do_lock()
1235 static long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf, int version) in ksys_shmctl() argument
1241 if (cmd < 0 || shmid < 0) in ksys_shmctl()
1268 err = shmctl_stat(ns, shmid, cmd, &sem64); in ksys_shmctl()
[all …]
Dutil.h286 long compat_ksys_old_shmctl(int shmid, int cmd, void __user *uptr);