Searched refs:hindex (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_hash.c208 mach_port_index_t hindex, index; local
212 hindex = IH_TABLE_HASH(obj, size);
215 * Ideally, table[hindex].ie_index is the name we want.
221 while ((index = table[hindex].ie_index) != 0) {
233 if (++hindex == size)
234 hindex = 0;
256 mach_port_index_t hindex; local
261 hindex = IH_TABLE_HASH(obj, size);
267 * We want to insert at hindex, but there may be collisions.
272 while (table[hindex]
296 mach_port_index_t hindex, dindex; local
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_fairq.c813 u_int32_t hindex; local
828 hindex = (hash & cl->cl_nbucket_mask);
829 b = &cl->cl_buckets[hindex];

Completed in 12 milliseconds