Searched refs:ipc_lock (Results 1 – 5 of 5) sorted by relevance
105 The array is traversed by the ipc_lock() function. This function117 struct kern_ipc_perm* ipc_lock(struct ipc_ids* ids, int id)136 /* ipc_rmid() may have already freed the ID while ipc_lock
228 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.
134 struct kern_ipc_perm *ipc_lock(struct ipc_ids *, int);
579 struct kern_ipc_perm *ipc_lock(struct ipc_ids *ids, int id) in ipc_lock() function
156 struct kern_ipc_perm *ipcp = ipc_lock(&shm_ids(ns), id); in shm_lock()