Searched defs:shmid (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/ipc/ | 
| D | shm.c | 891 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd,  in shmctl_down()980 static int shmctl_stat(struct ipc_namespace *ns, int shmid,  in shmctl_stat()
 1064 static int shmctl_do_lock(struct ipc_namespace *ns, int shmid, int cmd)  in shmctl_do_lock()
 1140 static long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf, int version)  in ksys_shmctl()
 1194 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf)  in SYSCALL_DEFINE3()  argument
 1200 long ksys_old_shmctl(int shmid, int cmd, struct shmid_ds __user *buf)  in ksys_old_shmctl()
 1207 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf)  in SYSCALL_DEFINE3()  argument
 1335 long compat_ksys_shmctl(int shmid, int cmd, void __user *uptr, int version)  in compat_ksys_shmctl()
 1391 COMPAT_SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, void __user *, uptr)  in COMPAT_SYSCALL_DEFINE3()  argument
 1397 long compat_ksys_old_shmctl(int shmid, int cmd, void __user *uptr)  in compat_ksys_old_shmctl()
 [all …]
 
 | 
| /Linux-v5.4/tools/testing/selftests/vm/ | 
| D | hugepage-shm.c | 57 	int shmid;  in main()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | shm.h | 27 static inline long do_shmat(int shmid, char __user *shmaddr,  in do_shmat()
 | 
| /Linux-v5.4/arch/xtensa/kernel/ | 
| D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg)  in xtensa_shmat()
 | 
| /Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ | 
| D | context_switch.c | 317 		int shmid;  in futex_setup()  local
 | 
| /Linux-v5.4/tools/testing/selftests/powerpc/mm/ | 
| D | tlbie_test.c | 621 	int shmid, run_time = 20 * 60;  in main()  local
 |