Home
last modified time | relevance | path

Searched refs:ksys_shmctl (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/ipc/
Dsyscall.c103 return ksys_shmctl(first, second, in SYSCALL_DEFINE6()
Dutil.h264 long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf);
Dshm.c1140 long ksys_shmctl(int shmid, int cmd, struct shmid_ds __user *buf) in ksys_shmctl() function
1197 return ksys_shmctl(shmid, cmd, buf); in SYSCALL_DEFINE3()