Searched refs:io_references (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.h103 ipc_object_refs_t io_references; member in struct:ipc_object
182 _VOLATILE_ ipc_object_refs_t _refs = (io)->io_references; \
195 * structs, because the io_references field is the first word of the struct,
203 assert((io)->io_references < IO_MAX_REFERENCES); \
204 (io)->io_references++; \
209 assert((io)->io_references > 0 && \
210 (io)->io_references <= IO_MAX_REFERENCES); \
211 (io)->io_references--; \
H A Dipc_pset.h88 #define ips_references ips_object.io_references
H A Dipc_object.c111 assert(object->io_references > 0);
127 assert(object->io_references > 0);
372 object->io_references = 1; /* for entry, not caller */
447 object->io_references = 1; /* for entry, not caller */
1113 printf(", refs=%d", object->io_references);
H A Dipc_port.h165 #define ip_references ip_object.io_references

Completed in 88 milliseconds