Searched refs:ipc_lock_object (Results 1 - 6 of 6) sorted by relevance

/linux-master/ipc/
H A Dmsg.c199 * No memory barrier required: we did ipc_lock_object(),
426 ipc_lock_object(&msq->q_perm);
440 ipc_lock_object(&msq->q_perm);
554 ipc_lock_object(&msq->q_perm);
878 ipc_lock_object(&msq->q_perm);
919 ipc_lock_object(&msq->q_perm);
1136 ipc_lock_object(&msq->q_perm);
1190 /* memory barrier not require due to ipc_lock_object() */
1193 /* memory barrier not required, we own ipc_lock_object() */
1233 ipc_lock_object(
[all...]
H A Dnamespace.c139 ipc_lock_object(perm);
H A Dutil.h208 static inline void ipc_lock_object(struct kern_ipc_perm *perm) function
H A Dshm.c200 ipc_lock_object(ipcp);
202 * ipc_rmid() may have already freed the ID while ipc_lock_object()
226 ipc_lock_object(&ipcp->shm_perm);
1017 ipc_lock_object(&shp->shm_perm);
1022 ipc_lock_object(&shp->shm_perm);
1123 ipc_lock_object(&shp->shm_perm);
1183 ipc_lock_object(&shp->shm_perm);
1595 ipc_lock_object(&shp->shm_perm);
H A Dutil.c29 * ipc_lock_object()
182 ipc_lock_object(ipcp);
794 * ipc_lock_object()) and @pos is set to the position needed to locate
811 ipc_lock_object(ipc);
H A Dsem.c397 ipc_lock_object(&sma->sem_perm);
434 ipc_lock_object(&sma->sem_perm);
1271 ipc_lock_object(&sma->sem_perm);
2458 * ipc_lock_object(), i.e. spin_lock(&sma->sem_perm.lock).

Completed in 115 milliseconds