Home
last modified time | relevance | path

Searched defs:port_label_hash (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/osfmk/kern/
H A Dkern_stackshot.c227 struct port_label_hash { struct
228 int _Atomic plh_lock; /* lock for concurrent modifications to this plh */
229 uint16_t plh_size; /* size of allocations; 0 disables tracking */
230 uint16_t plh_count; /* count of used entries in plh_array */
231 struct ipc_service_port_label **plh_array; /* _size allocated, _count used */
232 int16_t *plh_chains; /* _size allocated */
233 … *plh_hash; /* (1 << STACKSHOT_PLH_SHIFT) entry hash table: hash(ptr) -> array index */
236 uint32_t _Atomic plh_lookups; /* # lookups or inserts */
237 uint32_t _Atomic plh_found;
238 uint32_t _Atomic plh_found_depth;
[all …]