Searched refs:shmctl_do_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 1159 static int shmctl_do_lock(struct ipc_namespace *ns, int shmid, int cmd) in shmctl_do_lock() function 1283 return shmctl_do_lock(ns, shmid, cmd); in ksys_shmctl() 1478 return shmctl_do_lock(ns, shmid, cmd); in compat_ksys_shmctl()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 1169 static int shmctl_do_lock(struct ipc_namespace *ns, int shmid, int cmd) in shmctl_do_lock() function 1293 return shmctl_do_lock(ns, shmid, cmd); in ksys_shmctl() 1488 return shmctl_do_lock(ns, shmid, cmd); in compat_ksys_shmctl()
|
Completed in 5 milliseconds