Searched defs:shmid (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/Documentation/vm/ |
D | hugepage-shm.c | 56 int shmid; in main() local
|
/linux-3.3/arch/xtensa/kernel/ |
D | syscall.c | 42 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-3.3/ipc/ |
D | shm.c | 721 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() 762 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 944 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) in do_shmat() 1088 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|
/linux-3.3/include/linux/ |
D | shm.h | 114 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
|