Home
last modified time | relevance | path

Searched refs:shm_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/ipc/
H A Dshm.c190 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock() function
282 shp = shm_lock(sfd->ns, sfd->id); in __shm_open()
375 shp = shm_lock(ns, sfd->id); in __shm_close()
1680 shp = shm_lock(ns, shmid); in do_shmat()
/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst310 One example in the Linux kernel is the System V IPC (see the shm_lock()
314 return holding the per-entry spinlock, as shm_lock() does in fact do.