Searched refs:shmctl_down (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 986 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() function 1280 return shmctl_down(ns, shmid, cmd, &sem64); in ksys_shmctl() 1475 return shmctl_down(ns, shmid, cmd, &sem64); in compat_ksys_shmctl()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 996 static int shmctl_down(struct ipc_namespace *ns, int shmid, int cmd, in shmctl_down() function 1290 return shmctl_down(ns, shmid, cmd, &sem64); in ksys_shmctl() 1485 return shmctl_down(ns, shmid, cmd, &sem64); in compat_ksys_shmctl()
|
Completed in 6 milliseconds