Searched refs:IPC_ALLOC (Results 1 – 4 of 4) sorted by relevance
64 #define IPC_ALLOC 0100000 /* entry currently allocated */ macro
134 #define IPC_FREE(x) (((x)->ipc_mode & IPC_ALLOC) == 0)
1137 perm->ipc_mode |= IPC_ALLOC; in ipc_commit_end()1205 perm->ipc_mode &= ~IPC_ALLOC; in ipc_remove()
2290 #define IPC_FLAGS (IPC_ALLOC|IPC_CREAT|IPC_EXCL|IPC_NOWAIT)2302 if (arg & IPC_ALLOC) in ipcflags()