Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dipc.c1155 IPC_ZONE_USAGE(perm, service) += 1; in ipc_commit_end()
1213 ASSERT(IPC_ZONE_USAGE(perm, service) > 0); in ipc_remove()
1215 IPC_ZONE_USAGE(perm, service) -= 1; in ipc_remove()
1217 (IPC_ZONE_USAGE(perm, service) == 0))); in ipc_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h150 #define IPC_ZONE_USAGE(p, s) \ macro