Home
last modified time | relevance | path

Searched defs:shmid (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/Documentation/vm/
Dhugepage-shm.c56 int shmid; in main() local
/linux-3.3/arch/xtensa/kernel/
Dsyscall.c42 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/linux-3.3/ipc/
Dshm.c721 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/
Dshm.h114 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()