Home
last modified time | relevance | path

Searched refs:ipc_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/RCU/
DarrayRCU.txt93 The array is traversed by the ipc_lock() function. This function
105 struct kern_ipc_perm* ipc_lock(struct ipc_ids* ids, int id)
124 /* ipc_rmid() may have already freed the ID while ipc_lock
DlistRCU.txt228 One example in the Linux kernel is the System V IPC (see the ipc_lock()
232 return holding the per-entry spinlock, as ipc_lock() does in fact do.
/linux-4.1.27/ipc/
Dutil.h134 struct kern_ipc_perm *ipc_lock(struct ipc_ids *, int);
Dutil.c582 struct kern_ipc_perm *ipc_lock(struct ipc_ids *ids, int id) in ipc_lock() function
Dshm.c156 struct kern_ipc_perm *ipcp = ipc_lock(&shm_ids(ns), id); in shm_lock()