Searched defs:shmid (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 56 int shmid; in main() local
|
/linux-4.4.14/ipc/ |
D | shm.c | 811 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() 867 static int shmctl_nolock(struct ipc_namespace *ns, int shmid, in shmctl_nolock() 981 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 1086 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr, in do_shmat() 1243 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|
D | compat.c | 552 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-4.4.14/include/linux/ |
D | shm.h | 63 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
|